LaterList

Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.

Qu'est-ce que LaterList ?

LaterList est une extension Chrome développée par Unknown, et sa fonction principale est "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LaterList

Téléchargez les fichiers d'extension LaterList 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

                                            

Informations de Base sur l'Extension

Nom LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
URL Officiel https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
Description Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Taille du Fichier 29.85 KB
Nombre d'Installations 27
Version Actuelle 0.9
Dernière Mise à Jour 2014-07-13
Date de Publication 2014-07-13
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaterList",
    "description": "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.",
    "version": "0.9",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}