Shortweb

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

Shortweb là gì?

Shortweb là một tiện ích mở rộng Chrome được phát triển bởi https://www.getshortweb.com, và tính năng chính của nó là "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shortweb

Tải xuống các tệp mở rộng Shortweb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
URL Chính Thức https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
Mô tả Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
Kích Thước Tệp 652 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2016-02-17
Ngày Phát Hành 2016-02-17
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://www.getshortweb.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.getshortweb.com
URL Trang Trợ Giúp http://www.getshortweb.com/#feedback
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}