Web page modification

Web page modification

Web page modification là gì?

Web page modification là một tiện ích mở rộng Chrome được phát triển bởi https://ita-in-ua.herokuapp.com, và tính năng chính của nó là "Web page modification".

Ả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 Web page modification

Tải xuống các tệp mở rộng Web page modification 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

                        1.Сhange background color and text of any element of any page on the Internet. 
2.Меняйте цвет фона и текста любого элемента любой страницы в интернете.
3.e-mail: [email protected]                    

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

Tên Web page modification Web page modification
ID ngdiongcifgelapcafnomekolgmaflad
URL Chính Thức https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad
Mô tả Web page modification
Kích Thước Tệp 691 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.0.9
Cập Nhật Lần Cuối 2017-01-25
Ngày Phát Hành 2017-01-25
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://ita-in-ua.herokuapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ita-in-ua.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "name": "Web page modification",
    "description": "Web page modification",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "modification_web_page_min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "start.js"
        ]
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "settings_32.png",
        "default_title": "page modification"
    }
}