Apples and Bananas
Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!
什麼是Apples and Bananas?
Apples and Bananas是由http://usdivad.com開發的Chrome擴展程式,該擴展的主要功能是“Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!”。
擴展截圖
下載Apples and Bananas擴展crx文件
下載Apples and Bananas擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Apples and Bananas ================== Ruplucu vuwul sunds un unu wubpugu wuth u phunumu uf ur chucu; just luku thu chuldrun's sung! Sumutumus thus wull rundur ur pugu vurtullu unrudublu, but ut's guruntud tu bu fun. Whu DUSN'T luku tu ut upplus und bununus? For more information, see http://en.wikipedia.org/wiki/Apples_and_Bananas. Images: Clker #3984 and #4056, both public domain. Thanks to [email protected] for providing the background.js code structure via Scramble!
擴展基本資訊
名稱 | |
ID | eafbbidpbemnjkbaolokpkedkmeamjgh |
官方網址 | https://chrome.google.com/webstore/detail/apples-and-bananas/eafbbidpbemnjkbaolokpkedkmeamjgh |
簡介 | Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song! |
檔案大小 | 47.12 KB |
安裝次數 | 84 |
目前版本 | 1.0.2 |
更新時間 | 2014-03-01 |
上架時間 | 2014-03-01 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://usdivad.com |
付費類型 | free |
擴展官網 | https://github.com/usdivad/apples-and-bananas |
說明頁面URL | https://github.com/usdivad/apples-and-bananas |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "name": "Apples and Bananas", "description": "Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!", "version": "1.0.2", "author": "David Su", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "browser_action": { "default_icon": "img\/icon_128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |