Apples and Bananas
Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!
Qu'est-ce que Apples and Bananas ?
Apples and Bananas est une extension Chrome développée par http://usdivad.com, et sa fonction principale est "Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Apples and Bananas
Téléchargez les fichiers d'extension Apples and Bananas au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | eafbbidpbemnjkbaolokpkedkmeamjgh |
URL Officiel | https://chrome.google.com/webstore/detail/apples-and-bananas/eafbbidpbemnjkbaolokpkedkmeamjgh |
Description | Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song! |
Taille du Fichier | 47.12 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-03-01 |
Date de Publication | 2014-03-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://usdivad.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/usdivad/apples-and-bananas |
URL de la Page d'Aide | https://github.com/usdivad/apples-and-bananas |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |