Web FS

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

What is Web FS?

Web FS is a Chrome extension developed by Unknown, and its main feature is "This extension provides an in-browser tool for organizing web resources (aka URLs).".

Extension Screenshots

screenshot
screenshot

Download Web FS Extension CRX File

Download Web FS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Web FS Web FS
ID bomejnbhlgiddjjhgdjdhjhkckanbnig
Official URL https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig
Description This extension provides an in-browser tool for organizing web resources (aka URLs).
File Size 79.96 KB
Installation Count 10
Current Version 1.0
Last Updated 2015-02-22
Publish Date 2015-02-22
Developer Unknown
Payment Type free
Supported Languages 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"
        ]
    }
}