Summarizer
Summarizes long articles for you.
什麼是Summarizer?
Summarizer是由Nimeet Shah開發的Chrome擴展程式,該擴展的主要功能是“Summarizes long articles for you.”。
擴展截圖
下載Summarizer擴展crx文件
下載Summarizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.
擴展基本資訊
名稱 | Summarizer |
ID | ndjdpehmbpiedjamiaeobmgnmjmgmklf |
官方網址 | https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf |
簡介 | Summarizes long articles for you. |
檔案大小 | 62.66 KB |
安裝次數 | 26 |
目前版本 | 1.3 |
更新時間 | 2018-04-24 |
上架時間 | 2018-04-24 |
開發者 | Nimeet Shah |
付費類型 | free |
擴展官網 | https://www.buymeacoffee.com/nimeet |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarizes long articles for you.", "version": "1.3", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Summarize this article!", "default_icon": { "19": "images\/book19.png", "38": "images\/book38.png" } }, "icons": { "16": "images\/book16.png", "48": "images\/book48.png", "128": "images\/book128.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/api.smmry.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |