Browses

Plot your adventures through the web

¿Qué es Browses?

Browses es una extensión de Chrome desarrollada por https://browses.io, y su función principal es "Plot your adventures through the web".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Browses

Descarga archivos de extensión Browses en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
URL Oficial https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
Descripción Plot your adventures through the web
Tamaño del Archivo 8.62 KB
Cantidad de Instalaciones 316
Versión Actual 2.3
Última Actualización 2017-08-09
Fecha de Publicación 2017-08-09
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador https://browses.io
Tipo de Pago free
Sitio Web de la Extensión https://browses.io
Idiomas Soportados 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
}