Article Summarizer Plugin
This extension will produce the summary of newspaper article using textsummarization.net
Article Summarizer Pluginとは何ですか?
Article Summarizer Pluginはashimpaudelによって開発されたChromeの拡張機能で、その主な機能は「This extension will produce the summary of newspaper article using textsummarization.net」です。
拡張機能のスクリーンショット
Article Summarizer Plugin拡張機能のCRXファイルをダウンロード
Article Summarizer Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple extension that generates the summary of article using textsummarization.net
拡張機能の基本情報
名前 | |
ID | knmjelmoihknmkbdbdabihmlikfmhoon |
公式URL | https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon |
説明 | This extension will produce the summary of newspaper article using textsummarization.net |
ファイルサイズ | 4.31 KB |
インストール数 | 406 |
現在のバージョン | 1.0 |
最終更新日 | 2016-03-27 |
公開日 | 2016-03-27 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | ashimpaudel |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Article Summarizer Plugin", "description": "This extension will produce the summary of newspaper article using textsummarization.net", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |