Resoomer
Go to the main ideas in your articles online, summarize them in 1 Click
Resoomerとは何ですか?
Resoomerはhttps://resoomer.comによって開発されたChromeの拡張機能で、その主な機能は「Go to the main ideas in your articles online, summarize them in 1 Click」です。
拡張機能のスクリーンショット
Resoomer拡張機能のCRXファイルをダウンロード
Resoomer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get the essential ! Resoomer is a chrome extension for summarize your articles online in 500 words : he resumes the ideas and important facts from your argumentative texts. ★ Fast Loading ★ Simplified page ★ Summary text ★ Easy to use ★ Summarizer for Wikipedia How does it work ? When you are on your article, click on the extension icon for get the summary of your article.
拡張機能の基本情報
名前 | Resoomer |
ID | dojncllhekcfenhdnddlihekcodcming |
公式URL | https://chromewebstore.google.com/detail/resoomer/dojncllhekcfenhdnddlihekcodcming |
説明 | Go to the main ideas in your articles online, summarize them in 1 Click |
ファイルサイズ | 1.41 MB |
インストール数 | 38,047 |
現在のバージョン | 2 |
最終更新日 | 2022-02-03 |
公開日 | 2020-03-30 |
評価 | 3.65/5 合計 26 レビュー |
開発者 | https://resoomer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://resoomer.com/en/ |
ヘルプページのURL | https://resoomer.com/en/help/ |
プライバシーポリシーページのURL | https://resoomer.com/en/terms |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resoomer", "version": "2", "manifest_version": 2, "description": "Go to the main ideas in your articles online, summarize them in 1 Click", "browser_action": { "default_title": "Summarize the article", "default_popup": "html\/browser_popup.html" }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.resoomer.com\/*" ], "js": [ "js\/lib\/jquery.min.js" ] } ], "web_accessible_resources": [ "img\/*", "fonts\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.resoomer.com\/*" ] } } |