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.
擴展基本資訊
名稱 | |
ID | enfcembamicojafloinemoipiibdifjm |
官方網址 | 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" } |