Reopen

Reopen saves your browsing sessions efficiently.

Reopen क्या है?

Reopen Abulele Softworks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reopen saves your browsing sessions efficiently."।

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

screenshot
screenshot

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

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

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

                        Save your tabs for later, and for FREE!

The sleek and stylish user-interface makes it easier then ever to save and reopen your browsing sessions.

Save countless sessions, and find them easily by giving them a name and a description. You can also specify the session importance, to highlight them.

You're in a hurry? press the Flash button to instantly save your current browsing session. You can find this session by time later on.

Many new features are on the way, so keep an eye open for updates! Also, comments and suggestions for improving our extension are welcome.

** We DO NOT save any records the user's browsing sessions. **

==== Change log: ====
1.0.5 - Fixed a bug preventing certain sites from working properly.                    

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

नाम Reopen Reopen
ID ifijicnnagieeeajbjckfncaabnohfpi
आधिकारिक URL https://chromewebstore.google.com/detail/reopen/ifijicnnagieeeajbjckfncaabnohfpi
विवरण Reopen saves your browsing sessions efficiently.
फ़ाइल का आकार 178 KB
स्थापना संख्या 154
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2014-03-15
प्रकाशन तिथि 2014-03-15
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Abulele Softworks
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reopen",
    "version": "1.0.5",
    "description": "Reopen saves your browsing sessions efficiently.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}