Apples and Bananas

Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!

Was ist Apples and Bananas?

Apples and Bananas ist eine Chrome-Erweiterung, die von http://usdivad.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!".

Erweiterungsscreenshots

screenshot

Apples and Bananas-Erweiterungs-CRX-Datei herunterladen

Laden Sie Apples and Bananas-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Apples and Bananas Apples and Bananas
ID eafbbidpbemnjkbaolokpkedkmeamjgh
Offizielle URL https://chrome.google.com/webstore/detail/apples-and-bananas/eafbbidpbemnjkbaolokpkedkmeamjgh
Beschreibung Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!
Dateigröße 47.12 KB
Installationsanzahl 84
Aktuelle Version 1.0.2
Letztes Update 2014-03-01
Veröffentlichungsdatum 2014-03-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://usdivad.com
Zahlungsart free
Erweiterungswebsite https://github.com/usdivad/apples-and-bananas
Hilfeseite URL https://github.com/usdivad/apples-and-bananas
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}