Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
什麼是Alphabet to Google?
Alphabet to Google是由Chris Kirk開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.”。
擴展截圖
下載Alphabet to Google擴展crx文件
下載Alphabet to Google擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Changes all instances of "Alphabet" to "Google."
擴展基本資訊
名稱 | Alphabet to Google |
ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
官方網址 | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
簡介 | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
檔案大小 | 13.58 KB |
安裝次數 | 19 |
目前版本 | 1.1 |
更新時間 | 2015-08-18 |
上架時間 | 2015-08-18 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Chris Kirk |
付費類型 | free |
支援的語言 | 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" } |