Link Save

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

Vad är Link Save?

Link Save är en Chrome-tillägg utvecklad av abden003, och dess huvudfunktion är "An extension to save the links of all all open tabs to read later".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Link Save-förlängningens CRX-fil

Ladda ner Link Save-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
Officiell webbadress https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
Beskrivning An extension to save the links of all all open tabs to read later
Filstorlek 43.1 KB
Antal Installationer 1,145
Aktuell Version 1.3
Senast Uppdaterad 2015-06-17
Publiceringsdatum 2015-06-16
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare abden003
Betalningssätt free
Tilläggswebbplats http://sudohalt.github.io/LinkSave/
Stödda Språk 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"
    }
}