Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
What is Alphabet to Google?
Alphabet to Google is a Chrome extension developed by Chris Kirk, and its main feature is "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".
Extension Screenshots
Download Alphabet to Google Extension CRX File
Download Alphabet to Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Changes all instances of "Alphabet" to "Google."
Extension Basic Information
Name | Alphabet to Google |
ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
Official URL | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
Description | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
File Size | 13.58 KB |
Installation Count | 19 |
Current Version | 1.1 |
Last Updated | 2015-08-18 |
Publish Date | 2015-08-18 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Chris Kirk |
Payment Type | free |
Supported Languages | 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" } |