Your notifier
Helps to monitor changes on different web-pages, notifies about changes
什麼是Your notifier?
Your notifier是由https://romanvlasenko.com開發的Chrome擴展程式,該擴展的主要功能是“Helps to monitor changes on different web-pages, notifies about changes”。
擴展截圖
下載Your notifier擴展crx文件
下載Your notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for you if you often catch yourself surfing the Internet to simply check if something changed on some page. Save your time, now yellow duck will do the job. How to use: 1. Go to any web page 2. Click right button on value you're interested in, select "Watch this item" from context menu 3. Test it (optionally) and save it. How it works: Every minute it loads all pages from listed items and finds specified values via CSS selectors. Notes: - It's not always possible to automatically generate CSS selector, sometimes you'll need to set it manually - Extension checks items every minute, it does not show changed value immediately - It doesn't work with asynchronously loaded values (via AJAX) - Extension has some time limits on page loading, therefore sometimes it will be showing "Not Available" instead of real value, but it's rare cases GitHub: https://github.com/RomanVlasenko/your-notifier
擴展基本資訊
名稱 | Your notifier |
ID | ijkpkehidneobagkboaoapccnfnnmemg |
官方網址 | https://chromewebstore.google.com/detail/your-notifier/ijkpkehidneobagkboaoapccnfnnmemg |
簡介 | Helps to monitor changes on different web-pages, notifies about changes |
檔案大小 | 293 KB |
安裝次數 | 788 |
目前版本 | 1.0.10 |
更新時間 | 2019-07-21 |
上架時間 | 2019-07-21 |
評分 | 3.83/5 共 18 次評分 |
開發者 | https://romanvlasenko.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://romanvlasenko.github.io/your-notifier/ |
支援的語言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "YoN", "version": "1.0.10", "browser_action": { "default_icon": "img\/icon32x32.png", "default_popup": "popup.html", "default_title": "Your notifier" }, "background": { "scripts": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map", "lib\/underscore-min.js", "js\/common.js", "js\/urlChecker.js", "js\/updateSchedule.js", "js\/dialog\/eventPage.js", "js\/notification.js", "js\/storage\/storageLocal.js", "js\/storage\/storageSync.js", "js\/storage\/ruleStorage.js", "js\/storage\/storageUtils.js" ], "persistent": false }, "icons": { "16": "img\/icon16x16.png", "48": "img\/icon48x48.png", "128": "img\/icon128x128.png" }, "content_scripts": [ { "matches": [ " |