Web FS

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

Was ist Web FS?

Web FS ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides an in-browser tool for organizing web resources (aka URLs).".

Erweiterungsscreenshots

screenshot
screenshot

Web FS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web FS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Web FS Web FS
ID bomejnbhlgiddjjhgdjdhjhkckanbnig
Offizielle URL https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig
Beschreibung This extension provides an in-browser tool for organizing web resources (aka URLs).
Dateigröße 79.96 KB
Installationsanzahl 10
Aktuelle Version 1.0
Letztes Update 2015-02-22
Veröffentlichungsdatum 2015-02-22
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}