Apples and Bananas

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

Apples and Bananas là gì?

Apples and Bananas là một tiện ích mở rộng Chrome được phát triển bởi http://usdivad.com, và tính năng chính của nó là "Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apples and Bananas

Tải xuống các tệp mở rộng Apples and Bananas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apples and Bananas Apples and Bananas
ID eafbbidpbemnjkbaolokpkedkmeamjgh
URL Chính Thức https://chrome.google.com/webstore/detail/apples-and-bananas/eafbbidpbemnjkbaolokpkedkmeamjgh
Mô tả Replace vowel sounds on any webpage with a phoneme of your choice; just like the children's song!
Kích Thước Tệp 47.12 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-03-01
Ngày Phát Hành 2014-03-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://usdivad.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/usdivad/apples-and-bananas
URL Trang Trợ Giúp https://github.com/usdivad/apples-and-bananas
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}