LaterList

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

O que é LaterList?

LaterList é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LaterList

Baixe arquivos de extensão LaterList no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
URL Oficial https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
Descrição Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Tamanho do Arquivo 29.85 KB
Contagem de Instalações 27
Versão Atual 0.9
Última Atualização 2014-07-13
Data de Publicação 2014-07-13
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}