Tab Archiver

This extension archives tabs!

Tab Archiver क्या है?

Tab Archiver Serdar Kuzucu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension archives tabs!"।

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

screenshot

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

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

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

                        Save your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!                    

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

नाम Tab Archiver Tab Archiver
ID ofnhceaedgdmdceeokcadkkndfpclepb
आधिकारिक URL https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb
विवरण This extension archives tabs!
फ़ाइल का आकार 90.24 KB
स्थापना संख्या 406
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-01-07
प्रकाशन तिथि 2015-01-07
रेटिंग 4.31/5 कुल 13 रेटिंग्स
डेवलपर Serdar Kuzucu
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Archiver",
    "short_name": "Tab Archiver",
    "description": "This extension archives tabs!",
    "version": "1.1",
    "author": "Serdar Kuzucu",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/logo_16.png",
        "default_popup": "popup.html",
        "default_title": "Tab Archiver"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    }
}