Web FS

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

Web FS là gì?

Web FS là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension provides an in-browser tool for organizing web resources (aka URLs).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web FS

Tải xuống các tệp mở rộng Web FS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web FS Web FS
ID bomejnbhlgiddjjhgdjdhjhkckanbnig
URL Chính Thức https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig
Mô tả This extension provides an in-browser tool for organizing web resources (aka URLs).
Kích Thước Tệp 79.96 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-02-22
Ngày Phát Hành 2015-02-22
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}