Alphabet to Google

Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.

Qu'est-ce que Alphabet to Google ?

Alphabet to Google est une extension Chrome développée par Chris Kirk, et sa fonction principale est "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Alphabet to Google

Téléchargez les fichiers d'extension Alphabet to Google 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

                        Changes all instances of "Alphabet" to "Google."                    

Informations de Base sur l'Extension

Nom Alphabet to Google Alphabet to Google
ID ckhniebcpmpidgkojnmkokkchpemnbkm
URL Officiel https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm
Description Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Taille du Fichier 13.58 KB
Nombre d'Installations 19
Version Actuelle 1.1
Dernière Mise à Jour 2015-08-18
Date de Publication 2015-08-18
Évaluation 4.67/5 Total 3 Évaluations
Développeur Chris Kirk
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Chris Kirk",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces the text \"Alphabet\" with \"Google.\" Brought to you by Slate.com.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alphabet to Google",
    "short_name": "Alpha2Google",
    "version": "1.1"
}