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
官方網址 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"
        ]
    }
}