Temporary Bookmarks
Temporarily stores bookmarks for a period of time of your choice with optional notifications.
Temporary Bookmarksとは何ですか?
Temporary BookmarksはL-tommyによって開発されたChromeの拡張機能で、その主な機能は「Temporarily stores bookmarks for a period of time of your choice with optional notifications.」です。
拡張機能のスクリーンショット
Temporary Bookmarks拡張機能のCRXファイルをダウンロード
Temporary Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you ever bookmark hundreds of links but only need them for a period of time (eg. useful websites for paper due in one week, shopping links you probably won't remember after one day)? Temporary bookmarks can help. This extension behaves exactly like Chrome's default bookmark except each bookmark has a lifespan (ranging from 1 to 365 days). After the lifespan has passed, it automatically deletes itself. If you wish to delete bookmarks manually, feel free by clicking on the garbage bin icon. If the page you bookmarked is rather significant, put a notification on it so there would be a reminder when it has less than a day remaining.
拡張機能の基本情報
名前 | Temporary Bookmarks |
ID | bpndllhnkhaepbdeeklhlbpinaacbjfj |
公式URL | https://chromewebstore.google.com/detail/temporary-bookmarks/bpndllhnkhaepbdeeklhlbpinaacbjfj |
説明 | Temporarily stores bookmarks for a period of time of your choice with optional notifications. |
ファイルサイズ | 48.64 KB |
インストール数 | 816 |
現在のバージョン | 0.64 |
最終更新日 | 2015-10-09 |
公開日 | 2015-10-08 |
評価 | 4.84/5 合計 37 レビュー |
開発者 | L-tommy |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Temporary Bookmarks", "description": "Temporarily stores bookmarks for a period of time of your choice with optional notifications.", "version": "0.64", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ] } |