GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
什麼是GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator是由samscode開發的Chrome擴展程式,該擴展的主要功能是“Automatically translates the Internet to Pig Latin.”。
擴展截圖
下載GoHam - Pig Latin Translator擴展crx文件
下載GoHam - Pig Latin Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
擴展基本資訊
名稱 | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
官方網址 | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
簡介 | Automatically translates the Internet to Pig Latin. |
檔案大小 | 12.41 KB |
安裝次數 | 72 |
目前版本 | 1.2.1 |
更新時間 | 2019-07-26 |
上架時間 | 2019-07-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | samscode |
付費類型 | free |
隱私政策頁面URL | https://www.google.com/chrome/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoHam - Pig Latin Translator", "short_name": "GoHam", "description": "Automatically translates the Internet to Pig Latin.", "version": "1.2.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "doit.js" ] } ], "permissions": [ "storage", "*:\/\/*\/*", "activeTab" ] } |