Shortweb

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

What is Shortweb?

Shortweb is a Chrome extension developed by https://www.getshortweb.com, and its main feature is "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Extension Screenshots

screenshot

Download Shortweb Extension CRX File

Download Shortweb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
Official URL 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.
File Size 652 KB
Installation Count 23
Current Version 0.3.1
Last Updated 2016-02-17
Publish Date 2016-02-17
Rating 4.33/5 Total 12 Ratings
Developer https://www.getshortweb.com
Payment Type free
Extension Website http://www.getshortweb.com
Help Page URL http://www.getshortweb.com/#feedback
Supported Languages 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"
    ]
}