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 |
官方網址 | 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\/" ] } |