Box for tabs

This extension saves tabs for someday you need them.

Box for tabs क्या है?

Box for tabs https://lrednight.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension saves tabs for someday you need them."।

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

screenshot
screenshot
screenshot

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

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

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

                        Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file.

Key features:

- Bookmark manager
- Material design                    

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

नाम Box for tabs Box for tabs
ID llinjdlelnciefmjflikdndckffeohho
आधिकारिक URL https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho
विवरण This extension saves tabs for someday you need them.
फ़ाइल का आकार 2.15 MB
स्थापना संख्या 19
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2015-04-23
प्रकाशन तिथि 2015-04-23
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर https://lrednight.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Box for tabs",
    "description": "This extension saves tabs for someday you need them.",
    "version": "0.9.2",
    "browser_action": {
        "default_popup": "popup.build.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "imgs\/logo.38.png",
        "19": "imgs\/logo.38.png",
        "38": "imgs\/logo.38.png",
        "128": "imgs\/logo.128.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "index.build.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}