Shortweb

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

什么是Shortweb?

Shortweb是由https://www.getshortweb.com开发的Chrome扩展程序,该扩展的主要功能是“Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.”。

扩展截图

screenshot

下载Shortweb扩展crx文件

下载Shortweb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
官方URL https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
简介 Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
文件大小 652 KB
安装次数 23
当前版本 0.3.1
更新时间 2016-02-17
上架时间 2016-02-17
评分 4.33/5 共12次评分
开发者 https://www.getshortweb.com
付费类型 free
扩展官网 http://www.getshortweb.com
帮助页面URL http://www.getshortweb.com/#feedback
支持的语言 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"
    ]
}