Pingler

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

Pinglerとは何ですか?

Pinglerはhttps://pingler.comによって開発されたChromeの拡張機能で、その主な機能は「Ping any page you are on by clicking on the icon in your browser」です。

拡張機能のスクリーンショット

Pingler拡張機能のCRXファイルをダウンロード

Pingler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pingler Pingler
ID odgiehjnopebofbjkgdjenflakfaahnm
公式URL https://chromewebstore.google.com/detail/pingler/odgiehjnopebofbjkgdjenflakfaahnm
説明 Ping any page you are on by clicking on the icon in your browser
ファイルサイズ 151 KB
インストール数 3,197
現在のバージョン 1.5.0
最終更新日 2015-11-18
公開日 2015-11-18
評価 3.79/5 合計 29 レビュー
開発者 https://pingler.com
支払い方法 free
拡張機能のウェブサイト http://pingler.com
ヘルプページのURL http://pingler.com/helpdesk/
対応言語 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:\/\/*\/*"
    ]
}