Web FS

This extension provides an in-browser tool for organizing web resources (aka URLs).

Web FS क्या है?

Web FS Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides an in-browser tool for organizing web resources (aka URLs)."।

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

screenshot
screenshot

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

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

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

                        This chrome extension is functionally equivalent to a simple file system. It's a file system for your web browser. It provides a works pace for hierarchical organization of all of your web resources, just like your local finder helps organize your files. Folders and sub-Folders are fully functional.

This extension also provides a special feature: a reading queue which stores resources of your choice in the order in which you come across them. When browsing the web, store interesting documents and pages that you don't have time for immediately into the queue, and revisit them later. Once you visit a page from your queue, it's out of your reading list (unless of course you choose to save it permanently).                    

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

नाम Web FS Web FS
ID bomejnbhlgiddjjhgdjdhjhkckanbnig
आधिकारिक URL https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig
विवरण This extension provides an in-browser tool for organizing web resources (aka URLs).
फ़ाइल का आकार 79.96 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-02-22
प्रकाशन तिथि 2015-02-22
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web FS",
    "description": "This extension provides an in-browser tool for organizing web resources (aka URLs).",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "contextRegister.js"
        ]
    }
}