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 |
ID | odgiehjnopebofbjkgdjenflakfaahnm |
官方網址 | 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:\/\/*\/*" ] } |