Apples and Bananas
Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!
Cos'è Apples and Bananas?
Apples and Bananas è un'estensione di Chrome sviluppata da http://usdivad.com, e la sua funzione principale è "Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Apples and Bananas
Scarica i file di estensione Apples and Bananas in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | eafbbidpbemnjkbaolokpkedkmeamjgh |
URL Ufficiale | https://chrome.google.com/webstore/detail/apples-and-bananas/eafbbidpbemnjkbaolokpkedkmeamjgh |
Descrizione | Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song! |
Dimensione del File | 47.12 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-03-01 |
Data di Pubblicazione | 2014-03-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://usdivad.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/usdivad/apples-and-bananas |
URL della Pagina di Aiuto | https://github.com/usdivad/apples-and-bananas |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |