Link Save

An extension to save the links of all all open tabs to read later

Cos'è Link Save?

Link Save è un'estensione di Chrome sviluppata da abden003, e la sua funzione principale è "An extension to save the links of all all open tabs to read later".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Link Save

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

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

Informazioni di Base sull'Estensione

Nome Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
URL Ufficiale https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
Descrizione An extension to save the links of all all open tabs to read later
Dimensione del File 43.1 KB
Conteggio Installazioni 1,145
Versione Corrente 1.3
Ultimo Aggiornamento 2015-06-17
Data di Pubblicazione 2015-06-16
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore abden003
Tipo di Pagamento free
Sito Web dell'Estensione http://sudohalt.github.io/LinkSave/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}