Link Folders

This extension allows the user to create folders of links/tabs for various topics

O que é Link Folders?

Link Folders é uma extensão do Chrome desenvolvida por brianchou121, e sua principal característica é "This extension allows the user to create folders of links/tabs for various topics".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Link Folders

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

                        Do you have so many desktops and tabs open, that you don't want to bookmark them all or close them because you don't want to lose them? Is your laptop always running out of memory, so that it ends up closing your browser and deleting all your opened tabs? Then this is the fix for you.

This extension allows the user to save their links/tabs in customizable folders of their choosing, allowing for easy organization and immediate access to all the sites with the click of a button. You can create folders for research so you can continue right where you left off.

Users have the option to save all current open tabs with the click of a button, or to manually enter them in. Sites require the "http://". The folders act as buttons and immediately open the links with a click.                    

Informações Básicas da Extensão

Nome Link Folders Link Folders
ID dncmpfbjeippfclnpgbhpbhhapegibfp
URL Oficial https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp
Descrição This extension allows the user to create folders of links/tabs for various topics
Tamanho do Arquivo 13.46 KB
Contagem de Instalações 82
Versão Atual 1.0
Última Atualização 2017-08-28
Data de Publicação 2017-08-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor brianchou121
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Folders",
    "description": "This extension allows the user to create folders of links\/tabs for various topics",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}