Shortweb

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

Was ist Shortweb?

Shortweb ist eine Chrome-Erweiterung, die von https://www.getshortweb.com entwickelt wurde, und ihr Hauptmerkmal ist "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Erweiterungsscreenshots

screenshot

Shortweb-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shortweb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
Offizielle URL https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Beschreibung Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Dateigröße 652 KB
Installationsanzahl 23
Aktuelle Version 0.3.1
Letztes Update 2016-02-17
Veröffentlichungsdatum 2016-02-17
Bewertung 4.33/5 Insgesamt 12 Bewertungen
Entwickler https://www.getshortweb.com
Zahlungsart free
Erweiterungswebsite http://www.getshortweb.com
Hilfeseite URL http://www.getshortweb.com/#feedback
Unterstützte Sprachen 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"
    ]
}