Shortweb

Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.

¿Qué es Shortweb?

Shortweb es una extensión de Chrome desarrollada por https://www.getshortweb.com, y su función principal es "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Shortweb

Descarga archivos de extensión Shortweb 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

                        Shortweb is a tool that lets you highlight text online. Save highlights to look at later and share your highlights with your friends!                    

Información Básica de la Extensión

Nombre Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
URL Oficial https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Descripción Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Tamaño del Archivo 652 KB
Cantidad de Instalaciones 23
Versión Actual 0.3.1
Última Actualización 2016-02-17
Fecha de Publicación 2016-02-17
Calificación 4.33/5 Total de 12 Calificaciones
Desarrollador https://www.getshortweb.com
Tipo de Pago free
Sitio Web de la Extensión http://www.getshortweb.com
URL de la Página de Ayuda http://www.getshortweb.com/#feedback
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortweb",
    "version": "0.3.1",
    "description": "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.",
    "icons": {
        "16": ".\/src\/images\/icon16.png",
        "48": ".\/src\/images\/icon48.png",
        "128": ".\/src\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/src\/images\/icon19.png",
            "38": ".\/src\/images\/icon38.png"
        },
        "default_title": "Shortweb"
    },
    "background": {
        "scripts": [
            ".\/src\/scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/src\/scripts\/content.js"
            ],
            "css": [
                ".\/src\/styles\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/www.getshortweb.com\/*",
        "activeTab"
    ]
}