amazon-font
overrides the amazon font with Amazon Ember
Co to jest amazon-font?
amazon-font to rozszerzenie Chrome opracowane przez christopherjeoff, a jego główną funkcją jest „overrides the amazon font with Amazon Ember”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia amazon-font
Pobierz pliki rozszerzeń amazon-font w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
chrome extension to go back to amazon's Ember font Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gbjepgnhglanglodmglmchldnbdmklep |
| Oficjalny URL | https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep |
| Opis | overrides the amazon font with Amazon Ember |
| Rozmiar pliku | 18.05 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2018-06-24 |
| Data Publikacji | 2018-06-24 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | christopherjeoff |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/heyitsjeoff/amazon-font |
| Obsługiwane Języki | 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"
}
} | |