Tab Capture

Organize and store browsing tabs

Tab Capture क्या है?

Tab Capture abhijit.seal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize and store browsing tabs"।

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

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

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

                        Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark.

With this extension, you never have to remember an url again or don't have to clutter the bookmark                    

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

नाम Tab Capture Tab Capture
ID dimbnhdhcboeolhledfhoemgldofldnh
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh
विवरण Organize and store browsing tabs
फ़ाइल का आकार 24.41 KB
स्थापना संख्या 58
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-01-17
प्रकाशन तिथि 2015-01-17
डेवलपर abhijit.seal
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Capture",
    "version": "1.0",
    "description": "Organize and store browsing tabs",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "tabcap.html",
        "default_title": "TabCapture"
    },
    "icons": {
        "128": "tabCapture-128.png"
    },
    "manifest_version": 2
}