Il Webmaster 21

Cerca, trova o chiedi

Il Webmaster 21 là gì?

Il Webmaster 21 là một tiện ích mở rộng Chrome được phát triển bởi https://www.ilwebmaster21.com, và tính năng chính của nó là "Cerca, trova o chiedi".

Ả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 Il Webmaster 21

Tải xuống các tệp mở rộng Il Webmaster 21 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

                        Ricerca rapida nel sito, visita li ultimi articoli pubblicati, aggiornati e grazie alle notifiche non ti perderai neanche un articolo!                    

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

Tên Il Webmaster 21 Il Webmaster 21
ID dglopjbfmeckdnlobgdhecafogddacld
URL Chính Thức https://chrome.google.com/webstore/detail/il-webmaster-21/dglopjbfmeckdnlobgdhecafogddacld
Mô tả Cerca, trova o chiedi
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 472
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2017-05-19
Ngày Phát Hành 2017-01-19
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.ilwebmaster21.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,sk,cs,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Il Webmaster 21",
    "description": "Cerca, trova o chiedi",
    "default_locale": "it",
    "version": "2.1.0",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/ico19.png",
        "default_title": "",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.twitter.com https:\/\/*.google.com https:\/\/*.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "management",
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "icons": {
        "19": "images\/ico19.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "web_accessible_resources": [
        "images\/ico48.png"
    ]
}