Resoomer
Go to the main ideas in your articles online, summarize them in 1 Click
Apa itu Resoomer?
Resoomer adalah ekstensi Chrome yang dikembangkan oleh https://resoomer.com, dan fitur utamanya adalah "Go to the main ideas in your articles online, summarize them in 1 Click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Resoomer
Unduh file ekstensi Resoomer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Resoomer |
ID | dojncllhekcfenhdnddlihekcodcming |
URL Resmi | https://chromewebstore.google.com/detail/resoomer/dojncllhekcfenhdnddlihekcodcming |
Deskripsi | Go to the main ideas in your articles online, summarize them in 1 Click |
Ukuran File | 1.41 MB |
Jumlah Instalasi | 38,047 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2022-02-03 |
Tanggal Publikasi | 2020-03-30 |
Penilaian | 3.65/5 Total 26 Penilaian |
Pengembang | https://resoomer.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://resoomer.com/en/ |
URL Halaman Bantuan | https://resoomer.com/en/help/ |
URL Halaman Kebijakan Privasi | https://resoomer.com/en/terms |
Bahasa yang Didukung | 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\/*" ] } } |