AnnoTabe

Leave annotations on tabs you want to get back to later

O que é AnnoTabe?

AnnoTabe é uma extensão do Chrome desenvolvida por Manish Goregaokar, e sua principal característica é "Leave annotations on tabs you want to get back to later".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AnnoTabe

Baixe arquivos de extensão AnnoTabe 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

                        Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. 


This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes.

The extension will have a yellow icon on tabs with annotations.

One can also view a list of all the annotations, and go to the relevant tab directly from there.

See http://softwarerecs.stackexchange.com/a/1913/19 for more information.

Special thanks to @TildalWave for the icon!                    

Informações Básicas da Extensão

Nome AnnoTabe AnnoTabe
ID fdhebnledngmjdkhgamneiapbmjeigee
URL Oficial https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee
Descrição Leave annotations on tabs you want to get back to later
Tamanho do Arquivo 23.89 KB
Contagem de Instalações 164
Versão Atual 1.3.4
Última Atualização 2015-04-29
Data de Publicação 2015-04-29
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Manish Goregaokar
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnnoTabe",
    "description": "Leave annotations on tabs you want to get back to later",
    "version": "1.3.4",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icontildal19.png",
            "38": "icontildal19.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icontildalactive16.png",
        "48": "icontildalactive48.png",
        "128": "icontildalactive128.png"
    },
    "incognito": "spanning"
}