Window Saver

Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.

Window Saver क्या है?

Window Saver matheusbrat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows."।

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

screenshot

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

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

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

                        With Window Saver you can enable monitoring on specific windows. Having a window to be monitored will keep it state saved on chrome storage (it will be synced automatically!). You can close it and use Window Saver to reopen a monitored window later. You can also set the new for a specific window so it will be easy to find your windows.

It will also save the size/position of the window, so you can have them on the same position.                    

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

नाम Window Saver Window Saver
ID kljjfajgfddnjhneppbffdcamolclpld
आधिकारिक URL https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld
विवरण Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
फ़ाइल का आकार 103 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2016-11-27
प्रकाशन तिथि 2016-11-27
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर matheusbrat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/x-warrior/window-saver
सहायता पृष्ठ URL https://github.com/x-warrior/window-saver
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "name": "Window Saver",
    "manifest_version": 2,
    "description": "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.",
    "browser_action": {
        "default_title": "Window Saver",
        "default_popup": "popup.html"
    },
    "author": "Matheus Bratfisch",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data:;"
}