Pingler

Ping any page you are on by clicking on the icon in your browser

Pingler là gì?

Pingler là một tiện ích mở rộng Chrome được phát triển bởi https://pingler.com, và tính năng chính của nó là "Ping any page you are on by clicking on the icon in your browser".

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

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

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

                        This Add-on is an excellent way for you to ping any page on-the-fly. If you are on a page and want to Ping it, just click on the Pingler icon in your Chrome browser and the URL of the page will be sent to Pingler and pinged automatically for you.                    

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

Tên Pingler Pingler
ID odgiehjnopebofbjkgdjenflakfaahnm
URL Chính Thức https://chromewebstore.google.com/detail/pingler/odgiehjnopebofbjkgdjenflakfaahnm
Mô tả Ping any page you are on by clicking on the icon in your browser
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 3,197
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2015-11-18
Ngày Phát Hành 2015-11-18
Đánh Giá 3.79/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://pingler.com
Loại Thanh Toán free
Trang Web Mở Rộng http://pingler.com
URL Trang Trợ Giúp http://pingler.com/helpdesk/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pingler",
    "version": "1.5.0",
    "icons": {
        "16": "img\/Icon16x16.png",
        "19": "img\/Icon19x19.png",
        "48": "img\/Icon48x48.png",
        "128": "img\/Icon128x128.png"
    },
    "description": "Ping any page you are on by clicking on the icon in your browser",
    "browser_action": {
        "default_title": "Press to see more actions",
        "default_icon": "img\/Icon19x19.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.6.1.min.js",
                "js\/popup.js"
            ],
            "permissions": [
                "tabs",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}