Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Wat is Alphabet to Google?
Alphabet to Google is een Chrome-extensie ontwikkeld door Chris Kirk, en de belangrijkste functie is "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alphabet to Google
Download Alphabet to Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changes all instances of "Alphabet" to "Google." Basisinformatie over de Extensie
| Naam | |
| ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
| Officiële URL | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
| Beschrijving | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
| Bestandsgrootte | 13.58 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-08-18 |
| Publicatiedatum | 2015-08-18 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Chris Kirk |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |