Add links to change languages on Google™

In order to add links, specify the languages in the option page.

Add links to change languages on Google™ là gì?

Add links to change languages on Google™ là một tiện ích mở rộng Chrome được phát triển bởi https://satomacoto.blogspot.com, và tính năng chính của nó là "In order to add links, specify the languages in the option page.".

Ả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 Add links to change languages on Google™

Tải xuống các tệp mở rộng Add links to change languages on Google™ 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

                        In order to add links, specify the languages in the option page.                    

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

Tên Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
URL Chính Thức https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Mô tả In order to add links, specify the languages in the option page.
Kích Thước Tệp 51.56 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-12-20
Ngày Phát Hành 2012-12-11
Đánh Giá 4.08/5 Tổng số 60 Đánh Giá
Nhà Phát Triển https://satomacoto.blogspot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add links to change languages on Google\u2122",
    "version": "0.3",
    "default_locale": "en",
    "description": "",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*www.google*\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_popup": "options.html"
    }
}