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 |
公式URL | 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": [ "*:\/\/*\/*" ] } ] } |