LaterList

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

Cos'è LaterList?

LaterList è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LaterList

Scarica i file di estensione LaterList in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
URL Ufficiale https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
Descrizione Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Dimensione del File 29.85 KB
Conteggio Installazioni 27
Versione Corrente 0.9
Ultimo Aggiornamento 2014-07-13
Data di Pubblicazione 2014-07-13
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}