amazon-font
overrides the amazon font with Amazon Ember
Wat is amazon-font?
amazon-font is een Chrome-extensie ontwikkeld door christopherjeoff, en de belangrijkste functie is "overrides the amazon font with Amazon Ember".
Extensie Screenshots
Download het CRX-bestand van de extensie amazon-font
Download amazon-font-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
chrome extension to go back to amazon's Ember font
Basisinformatie over de Extensie
Naam | amazon-font |
ID | gbjepgnhglanglodmglmchldnbdmklep |
Officiële URL | https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep |
Beschrijving | overrides the amazon font with Amazon Ember |
Bestandsgrootte | 18.05 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-06-24 |
Publicatiedatum | 2018-06-24 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | christopherjeoff |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/heyitsjeoff/amazon-font |
Ondersteunde Talen | 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" } } |