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
官方網址 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"
    ]
}