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"
    ]
}