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é es LaterList?

LaterList es una extensión de Chrome desarrollada por Unknown, y su función principal es "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LaterList

Descarga archivos de extensión LaterList en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
URL Oficial https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
Descripción Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Tamaño del Archivo 29.85 KB
Cantidad de Instalaciones 27
Versión Actual 0.9
Última Actualización 2014-07-13
Fecha de Publicación 2014-07-13
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    }
}