Summarizer
Summarize the current page
什麼是Summarizer?
Summarizer是由mirandachaiken開發的Chrome擴展程式,該擴展的主要功能是“Summarize the current page”。
擴展截圖
下載Summarizer擴展crx文件
下載Summarizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Read only the most important paragraphs of long articles and save important summaries in your account to read later
擴展基本資訊
名稱 | |
ID | dmbibehpblbnkacpmiecigdkcomfkhkm |
官方網址 | https://chrome.google.com/webstore/detail/summarizer/dmbibehpblbnkacpmiecigdkcomfkhkm |
簡介 | Summarize the current page |
檔案大小 | 24.55 KB |
安裝次數 | 156 |
目前版本 | 3.0 |
更新時間 | 2015-07-29 |
上架時間 | 2015-07-29 |
評分 | 1.00/5 共 2 次評分 |
開發者 | mirandachaiken |
付費類型 | free |
擴展官網 | http://104.236.53.73/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarize the current page", "version": "3.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarizer" }, "manifest_version": 2 } |