Web FS

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

Cos'è Web FS?

Web FS è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension provides an in-browser tool for organizing web resources (aka URLs).".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Web FS

Scarica i file di estensione Web FS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Web FS Web FS
ID bomejnbhlgiddjjhgdjdhjhkckanbnig
URL Ufficiale https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig
Descrizione This extension provides an in-browser tool for organizing web resources (aka URLs).
Dimensione del File 79.96 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2015-02-22
Data di Pubblicazione 2015-02-22
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}