Save my Tabs

Save all tabs at once.

Vad är Save my Tabs?

Save my Tabs är en Chrome-tillägg utvecklad av SG Web, och dess huvudfunktion är "Save all tabs at once.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Save my Tabs-förlängningens CRX-fil

Ladda ner Save my Tabs-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

                        The Save my Tabs is an extension that with one click can save all open tabs in your browser.

After the click, you have the option of:
- Select the tab you want to save
- Save to Favorites choosing the directory to be saved or creating a new directory.
- Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc..
In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs."

by SG Web and Monteverde.                    

Grundläggande Information om Tillägg

Namn Save my Tabs Save my Tabs
ID djadfifncobffjpicnkiegahdiobpaap
Officiell webbadress https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap
Beskrivning Save all tabs at once.
Filstorlek 25.46 KB
Antal Installationer 26,913
Aktuell Version 1.0.6
Senast Uppdaterad 2017-03-13
Publiceringsdatum 2017-03-13
Betyg 4.03/5 Totalt 86 Betyg
Utvecklare SG Web
Betalningssätt free
Tilläggswebbplats https://github.com/wsiqueira/savemytabs-chrome-ext/
Hjälpsida URL https://github.com/wsiqueira/savemytabs-chrome-ext/wiki
Stödda Språk en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save my Tabs",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.0.6",
    "background": {
        "scripts": [
            "js\/links.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Save my Tabs",
        "default_icon": "img\/icons\/icon48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    }
}