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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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:\/\/*\/*" ] } |