Temporary Bookmarks
Temporarily stores bookmarks for a period of time of your choice with optional notifications.
Was ist Temporary Bookmarks?
Temporary Bookmarks ist eine Chrome-Erweiterung, die von L-tommy entwickelt wurde, und ihr Hauptmerkmal ist "Temporarily stores bookmarks for a period of time of your choice with optional notifications.".
Erweiterungsscreenshots
Temporary Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Temporary Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Temporary Bookmarks |
ID | bpndllhnkhaepbdeeklhlbpinaacbjfj |
Offizielle URL | https://chromewebstore.google.com/detail/temporary-bookmarks/bpndllhnkhaepbdeeklhlbpinaacbjfj |
Beschreibung | Temporarily stores bookmarks for a period of time of your choice with optional notifications. |
Dateigröße | 48.64 KB |
Installationsanzahl | 816 |
Aktuelle Version | 0.64 |
Letztes Update | 2015-10-09 |
Veröffentlichungsdatum | 2015-10-08 |
Bewertung | 4.84/5 Insgesamt 37 Bewertungen |
Entwickler | L-tommy |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |