fast-new-tab
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "Fast New Tab", | ||
"short_name": "FNT!", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"manifest_version": 2, | ||
@@ -12,7 +12,7 @@ "chrome_url_overrides": { | ||
"icons": { | ||
"48": "./icons/icon48.png" | ||
"128": "./icons/icon128.png" | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"48": "./icons/icon48.png" | ||
"128": "./icons/icon128.png" | ||
}, | ||
@@ -19,0 +19,0 @@ "default_title": "Fast New Tab" |
{ | ||
"name": "fast-new-tab", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Chrome extension: fast new tab without deep scripts and requests.", | ||
@@ -5,0 +5,0 @@ "main": "newtab.html", |
@@ -7,3 +7,3 @@ # fast-new-tab # | ||
**fast-new-tab** is a Chrome extension: fast new tab without deep scripts and requests. | ||
**fast-new-tab** is a simplest Chrome extension: fast new tab without deep scripts and requests. | ||
@@ -15,3 +15,3 @@ ## Usage ## | ||
``` | ||
It's create **fast-new-tab.crx** (extension package) and **fast-new-tab.peb** (extension private key). | ||
It's create **fast-new-tab**.crx (extension package) and **fast-new-tab**.peb (extension private key). | ||
Then drop fast-new-tab.crx on page chrome://extensions and confirm installing package. | ||
@@ -18,0 +18,0 @@ Instruction on developer.chrome.com: [packaging](https://developer.chrome.com/extensions/packaging). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11699
15