amazon-font

overrides the amazon font with Amazon Ember

Qu'est-ce que amazon-font ?

amazon-font est une extension Chrome développée par christopherjeoff, et sa fonction principale est "overrides the amazon font with Amazon Ember".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension amazon-font

Téléchargez les fichiers d'extension amazon-font au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        chrome extension to go back to amazon's Ember font                    

Informations de Base sur l'Extension

Nom amazon-font amazon-font
ID gbjepgnhglanglodmglmchldnbdmklep
URL Officiel https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep
Description overrides the amazon font with Amazon Ember
Taille du Fichier 18.05 KB
Nombre d'Installations 23
Version Actuelle 0.1
Dernière Mise à Jour 2018-06-24
Date de Publication 2018-06-24
Évaluation 1.00/5 Total 1 Évaluations
Développeur christopherjeoff
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/heyitsjeoff/amazon-font
Langues Prises en Charge 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"
    }
}