Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Cos'è Alphabet to Google?
Alphabet to Google è un'estensione di Chrome sviluppata da Chris Kirk, e la sua funzione principale è "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alphabet to Google
Scarica i file di estensione Alphabet to Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Changes all instances of "Alphabet" to "Google." Informazioni di Base sull'Estensione
| Nome | |
| ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
| URL Ufficiale | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
| Descrizione | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
| Dimensione del File | 13.58 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2015-08-18 |
| Data di Pubblicazione | 2015-08-18 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | Chris Kirk |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |