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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Web Reminder Web Reminder
ID liibflmbnhcmcfmggbpgajocelbgehcf
公式URL 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
}