Right-Click Summarizy

Quickly summarize ther website via right-click

什么是Right-Click Summarizy?

Right-Click Summarizy是由http://summarizy.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly summarize ther website via right-click”。

扩展截图

下载Right-Click Summarizy扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Right-Click Summarizy Right-Click Summarizy
ID enfcembamicojafloinemoipiibdifjm
官方URL https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm
简介 Quickly summarize ther website via right-click
文件大小 26.27 KB
安装次数 134
当前版本 1.0
更新时间 2015-07-31
上架时间 2015-07-31
评分 1.00/5 共1次评分
开发者 http://summarizy.com
付费类型 free
支持的语言 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"
}