Link Folders

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

Cos'è Link Folders?

Link Folders è un'estensione di Chrome sviluppata da brianchou121, e la sua funzione principale è "This extension allows the user to create folders of links/tabs for various topics".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Link Folders

Scarica i file di estensione Link Folders 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Link Folders Link Folders
ID dncmpfbjeippfclnpgbhpbhhapegibfp
URL Ufficiale https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp
Descrizione This extension allows the user to create folders of links/tabs for various topics
Dimensione del File 13.46 KB
Conteggio Installazioni 82
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-28
Data di Pubblicazione 2017-08-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore brianchou121
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}