Browses

Plot your adventures through the web

O que é Browses?

Browses é uma extensão do Chrome desenvolvida por https://browses.io, e sua principal característica é "Plot your adventures through the web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browses

Baixe arquivos de extensão Browses 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

                        Use this extension to upload screenshots to your feed on https://browses.io and start putting your browsing history to some use. Help others who are on the same adventure as you by visually sharing the sites you found useful. Clicking on the extension authenticates you with facebook, captures a screenshot of the active tab and uploads the browse to your feed.                    

Informações Básicas da Extensão

Nome Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
URL Oficial https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
Descrição Plot your adventures through the web
Tamanho do Arquivo 8.62 KB
Contagem de Instalações 316
Versão Atual 2.3
Última Atualização 2017-08-09
Data de Publicação 2017-08-09
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor https://browses.io
Tipo de Pagamento free
Site da Extensão https://browses.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browses",
    "version": "2.3",
    "description": "Plot your adventures through the web",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-24.png",
        "default_title": "Browse"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/browses.local\/*",
            "*:\/\/browses.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "manifest_version": 2
}