Web FS

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

Web FSとは何ですか?

Web FSはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension provides an in-browser tool for organizing web resources (aka URLs).」です。

拡張機能のスクリーンショット

screenshot
screenshot

Web FS拡張機能のCRXファイルをダウンロード

Web FS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}