amazon-font
overrides the amazon font with Amazon Ember
Was ist amazon-font?
amazon-font ist eine Chrome-Erweiterung, die von christopherjeoff entwickelt wurde, und ihr Hauptmerkmal ist "overrides the amazon font with Amazon Ember".
Erweiterungsscreenshots
amazon-font-Erweiterungs-CRX-Datei herunterladen
Laden Sie amazon-font-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
chrome extension to go back to amazon's Ember font Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gbjepgnhglanglodmglmchldnbdmklep |
| Offizielle URL | https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep |
| Beschreibung | overrides the amazon font with Amazon Ember |
| Dateigröße | 18.05 KB |
| Installationsanzahl | 23 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2018-06-24 |
| Veröffentlichungsdatum | 2018-06-24 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | christopherjeoff |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/heyitsjeoff/amazon-font |
| Unterstützte Sprachen | 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"
}
} | |