Shortweb

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

Wat is Shortweb?

Shortweb is een Chrome-extensie ontwikkeld door https://www.getshortweb.com, en de belangrijkste functie is "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shortweb

Download Shortweb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
Officiële URL https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Beschrijving Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Bestandsgrootte 652 KB
Aantal Installaties 23
Huidige Versie 0.3.1
Laatst Bijgewerkt 2016-02-17
Publicatiedatum 2016-02-17
Beoordeling 4.33/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.getshortweb.com
Betalingswijze free
Extensiewebsite http://www.getshortweb.com
Help Pagina-URL http://www.getshortweb.com/#feedback
Ondersteunde Talen 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"
    ]
}