amazon-font
overrides the amazon font with Amazon Ember
What is amazon-font?
amazon-font is a Chrome extension developed by christopherjeoff, and its main feature is "overrides the amazon font with Amazon Ember".
Extension Screenshots
Download amazon-font Extension CRX File
Download amazon-font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
chrome extension to go back to amazon's Ember font
Extension Basic Information
Name | amazon-font |
ID | gbjepgnhglanglodmglmchldnbdmklep |
Official URL | https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep |
Description | overrides the amazon font with Amazon Ember |
File Size | 18.05 KB |
Installation Count | 23 |
Current Version | 0.1 |
Last Updated | 2018-06-24 |
Publish Date | 2018-06-24 |
Rating | 1.00/5 Total 1 Ratings |
Developer | christopherjeoff |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/heyitsjeoff/amazon-font |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "amazon-font", "description": "overrides the amazon font with Amazon Ember", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/amazon.com\/*" ], "run_at": "document_start", "js": [ "content.js" ] } ], "icons": { "16": "amazon-font-logo-16.png", "48": "amazon-font-logo-48.png", "128": "amazon-font-logo-128.png" } } |