fast-new-tab
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "Fast New Tab", | ||
"short_name": "FNT!", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"manifest_version": 2, | ||
@@ -6,0 +6,0 @@ "chrome_url_overrides": { |
{ | ||
"name": "fast-new-tab", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Chrome extension: fast new tab without deep scripts and requests.", | ||
@@ -5,0 +5,0 @@ "main": "newtab.html", |
@@ -19,6 +19,6 @@ # fast-new-tab # | ||
```bash | ||
$ chromium-browser --pack-extension=extension --pack-extension-key=extension.pem | ||
$ chromium-browser --pack-extension=extension | ||
``` | ||
It's create extension.crx (extension package) and extension.peb (extension private key). | ||
Instruction on developer.chrome.com: [packaging](https://developer.chrome.com/extensions/packaging). | ||
Instruction from developer.chrome.com: [packaging](https://developer.chrome.com/extensions/packaging). | ||
@@ -25,0 +25,0 @@ ## Test ## |
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
28000