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 |
公式URL | 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 } |