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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
公式URL | 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" ] } |