SummarLight
Highlights the most important parts of articles!
什麼是SummarLight?
SummarLight是由steamata.ai開發的Chrome擴展程式,該擴展的主要功能是“Highlights the most important parts of articles!”。
擴展截圖
下載SummarLight擴展crx文件
下載SummarLight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!
擴展基本資訊
名稱 | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
官方網址 | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
簡介 | Highlights the most important parts of articles! |
檔案大小 | 113 KB |
安裝次數 | 396 |
目前版本 | 0.7.4 |
更新時間 | 2019-03-26 |
上架時間 | 2019-03-26 |
評分 | 1.00/5 共 1 次評分 |
開發者 | steamata.ai |
付費類型 | free |
擴展官網 | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SummarLight", "version": "0.7.4", "permissions": [ "activeTab", "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary" ], "description": "Highlights the most important parts of articles!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Highlight the most important parts", "default_popup": "popup.html" } } |