Shortweb

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

Vad är Shortweb?

Shortweb är en Chrome-tillägg utvecklad av https://www.getshortweb.com, och dess huvudfunktion är "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Tilläggsskärmbilder

screenshot

Ladda ner Shortweb-förlängningens CRX-fil

Ladda ner Shortweb-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
Officiell webbadress https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Beskrivning Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Filstorlek 652 KB
Antal Installationer 23
Aktuell Version 0.3.1
Senast Uppdaterad 2016-02-17
Publiceringsdatum 2016-02-17
Betyg 4.33/5 Totalt 12 Betyg
Utvecklare https://www.getshortweb.com
Betalningssätt free
Tilläggswebbplats http://www.getshortweb.com
Hjälpsida URL http://www.getshortweb.com/#feedback
Stödda Språk 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"
    ]
}