Page Monitor Pro
Stays in the background and monitors web pages for changes.
Page Monitor Pro란 무엇입니까?
Page Monitor Pro은(는) My Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stays in the background and monitors web pages for changes."입니다.
확장 프로그램 스크린샷
Page Monitor Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With the free Pagemonitor Pro you can monitor any website content changes, like price monitor on shops or any other element on websites. Page Monitor Pro is an open source fork of the original open source Page Monitor, which is now available under MIT License. We removed any tracking code and bloat by visualping and keep this extension maintained and under development. Page Monitor Pro is a free monitoring and website change detector to send you website change alerts. OPEN SOURCE (https://opensource.org/licenses/MIT) New features and design is currently in progress. Want more? Extensions: Distill / Sitedelta Web Content Monitor and Refresh Monkey and Wachete + Update Scanner for Firefox. Software: Versionista, ChangeDetection, Alertbox and OnWebChange
확장 프로그램 기본 정보
이름 | Page Monitor Pro |
ID | aggebfalegkdaebfdldpaolhmlalbakp |
공식 URL | https://chromewebstore.google.com/detail/page-monitor-pro/aggebfalegkdaebfdldpaolhmlalbakp |
설명 | Stays in the background and monitors web pages for changes. |
파일 크기 | 330 KB |
설치 횟수 | 6,463 |
현재 버전 | 3.4.3 |
최근 업데이트 | 2019-04-16 |
출시 날짜 | 2019-04-15 |
평점 | 2.98/5 총 52 개의 평점 |
개발자 | My Extensions |
결제 유형 | free |
지원되는 언어 | de,en,fr,tr,it,pt-BR,sr,ru,uk,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "3.4.3", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/extension_icon.png", "48": "img\/extension_icon.png", "32": "img\/extension_icon.png", "16": "img\/browser_icon.png" }, "background": { "persistent": true, "page": "background.htm" }, "options_page": "options.htm", "browser_action": { "default_icon": "img\/browser_icon.png", "default_title": "__MSG_name__", "default_popup": "popup.htm" }, "permissions": [ "tabs", "*:\/\/*\/", "chrome:\/\/favicon\/", "unlimitedStorage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |