Web FS

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

O que é Web FS?

Web FS é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension provides an in-browser tool for organizing web resources (aka URLs).".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Web FS

Baixe arquivos de extensão Web FS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Web FS Web FS
ID bomejnbhlgiddjjhgdjdhjhkckanbnig
URL Oficial https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig
Descrição This extension provides an in-browser tool for organizing web resources (aka URLs).
Tamanho do Arquivo 79.96 KB
Contagem de Instalações 10
Versão Atual 1.0
Última Atualização 2015-02-22
Data de Publicação 2015-02-22
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}