URL Reminders

Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders

什麼是URL Reminders?

URL Reminders是由Jack Steel開發的Chrome擴展程式,該擴展的主要功能是“Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders”。

擴展截圖

screenshot
screenshot
screenshot

下載URL Reminders擴展crx文件

下載URL Reminders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Small and clean reminder extension for Chrome.

Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it.

Please leave feedback or suggestions to help improve the extension.


Credit:
Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project                    

擴展基本資訊

名稱 URL Reminders URL Reminders
ID ppflglpgpdonobcefbcnppopodlemmog
官方網址 https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog
簡介 Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
檔案大小 1.97 MB
安裝次數 64
目前版本 0.95
更新時間 2015-05-24
上架時間 2015-05-24
評分 3.80/5 共 5 次評分
開發者 Jack Steel
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "URL Reminders",
    "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders",
    "version": "0.95",
    "author": "Jack Steel",
    "minimum_chrome_version": "40",
    "short_name": "Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/Alert.png"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "notifications"
    ]
}