Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Vad är Alphabet to Google?
Alphabet to Google är en Chrome-tillägg utvecklad av Chris Kirk, och dess huvudfunktion är "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".
Tilläggsskärmbilder
Ladda ner Alphabet to Google-förlängningens CRX-fil
Ladda ner Alphabet to Google-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Changes all instances of "Alphabet" to "Google."
Grundläggande Information om Tillägg
Namn | Alphabet to Google |
ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
Officiell webbadress | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
Beskrivning | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
Filstorlek | 13.58 KB |
Antal Installationer | 19 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-08-18 |
Publiceringsdatum | 2015-08-18 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Chris Kirk |
Betalningssätt | free |
Stödda Språk | 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" } |