Shortweb

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

Qu'est-ce que Shortweb ?

Shortweb est une extension Chrome développée par https://www.getshortweb.com, et sa fonction principale est "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shortweb

Téléchargez les fichiers d'extension Shortweb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
URL Officiel https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Description Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Taille du Fichier 652 KB
Nombre d'Installations 23
Version Actuelle 0.3.1
Dernière Mise à Jour 2016-02-17
Date de Publication 2016-02-17
Évaluation 4.33/5 Total 12 Évaluations
Développeur https://www.getshortweb.com
Type de Paiement free
Site Web de l'Extension http://www.getshortweb.com
URL de la Page d'Aide http://www.getshortweb.com/#feedback
Langues Prises en Charge 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"
    ]
}