Shortweb

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

Cos'è Shortweb?

Shortweb è un'estensione di Chrome sviluppata da https://www.getshortweb.com, e la sua funzione principale è "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shortweb

Scarica i file di estensione Shortweb 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

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

Informazioni di Base sull'Estensione

Nome Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
URL Ufficiale https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Descrizione Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Dimensione del File 652 KB
Conteggio Installazioni 23
Versione Corrente 0.3.1
Ultimo Aggiornamento 2016-02-17
Data di Pubblicazione 2016-02-17
Valutazione 4.33/5 Totale 12 Valutazioni
Sviluppatore https://www.getshortweb.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.getshortweb.com
URL della Pagina di Aiuto http://www.getshortweb.com/#feedback
Lingue Supportate 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"
    ]
}