Temporary Bookmarks

Temporarily stores bookmarks for a period of time of your choice with optional notifications.

Qu'est-ce que Temporary Bookmarks ?

Temporary Bookmarks est une extension Chrome développée par L-tommy, et sa fonction principale est "Temporarily stores bookmarks for a period of time of your choice with optional notifications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Temporary Bookmarks

Téléchargez les fichiers d'extension Temporary Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Temporary Bookmarks Temporary Bookmarks
ID bpndllhnkhaepbdeeklhlbpinaacbjfj
URL Officiel https://chromewebstore.google.com/detail/temporary-bookmarks/bpndllhnkhaepbdeeklhlbpinaacbjfj
Description Temporarily stores bookmarks for a period of time of your choice with optional notifications.
Taille du Fichier 48.64 KB
Nombre d'Installations 816
Version Actuelle 0.64
Dernière Mise à Jour 2015-10-09
Date de Publication 2015-10-08
Évaluation 4.84/5 Total 37 Évaluations
Développeur L-tommy
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}