Right-Click Summarizy

Quickly summarize ther website via right-click

Right-Click Summarizy là gì?

Right-Click Summarizy là một tiện ích mở rộng Chrome được phát triển bởi http://summarizy.com, và tính năng chính của nó là "Quickly summarize ther website via right-click".

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

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

Tải xuống các tệp mở rộng Right-Click Summarizy 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

                        Summarizy - summarizes the website to concise conclusion. With this extension one can quickly summarizes the website content, news or articles. Drastically saves your time by providing you with conclusion of the content.

In short just right click and read the conclusion of current website.                    

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

Tên Right-Click Summarizy Right-Click Summarizy
ID enfcembamicojafloinemoipiibdifjm
URL Chính Thức https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm
Mô tả Quickly summarize ther website via right-click
Kích Thước Tệp 26.27 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-31
Ngày Phát Hành 2015-07-31
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://summarizy.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "core.js"
        ]
    },
    "description": "Quickly summarize ther website via right-click",
    "icons": {
        "16": "wikipedia-icon.png",
        "48": "wikipedia-icon-big.png"
    },
    "manifest_version": 2,
    "name": "Right-Click Summarizy",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}