Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
什麼是Web Reminder?
Web Reminder是由http://yarni.net開發的Chrome擴展程式,該擴展的主要功能是“Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.”。
擴展截圖
下載Web Reminder擴展crx文件
下載Web Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page. Idea from http://requestforstartup.co/ by @MohammadRizeg Please send me feedback, bug reports and feature requests. Use cases: - Blogs, which update periodically - Shopping sites with offers, like Ebay, Amazom co - Job listings - etc Bookmarks are not enough, remember to visit the page! Note: You time must be synchronized automatically, otherwise the alarms will not work properly.
擴展基本資訊
名稱 | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
官方網址 | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
簡介 | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
檔案大小 | 1.08 MB |
安裝次數 | 535 |
目前版本 | 1.1.2 |
更新時間 | 2015-08-30 |
上架時間 | 2015-08-30 |
評分 | 4.00/5 共 12 次評分 |
開發者 | http://yarni.net |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Reminder", "version": "1.1.2", "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.", "browser_action": { "default_icon": "img\/icon64t.png", "default_title": "Reminder Tab", "default_popup": "panel.html" }, "icons": { "128": "img\/icon128n.png" }, "permissions": [ "activeTab", "storage", "alarms", "notifications", "bookmarks", "contextMenus" ], "background": { "persistent": false, "scripts": [ "vendor\/jquery\/dist\/jquery.min.js", "js\/back.js" ] }, "manifest_version": 2 } |