Save my Tabs

Save all tabs at once.

Save my Tabs क्या है?

Save my Tabs SG Web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save all tabs at once."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save my Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Save my Tabs Save my Tabs
ID djadfifncobffjpicnkiegahdiobpaap
आधिकारिक URL https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap
विवरण Save all tabs at once.
फ़ाइल का आकार 25.46 KB
स्थापना संख्या 26,913
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2017-03-13
प्रकाशन तिथि 2017-03-13
रेटिंग 4.03/5 कुल 86 रेटिंग्स
डेवलपर SG Web
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/wsiqueira/savemytabs-chrome-ext/
सहायता पृष्ठ URL https://github.com/wsiqueira/savemytabs-chrome-ext/wiki
समर्थित भाषाएँ 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"
    }
}