Resoomer
Go to the main ideas in your articles online, summarize them in 1 Click
Resoomerคืออะไร?
Resoomer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://resoomer.com และคุณลักษณะหลักของมันคือ "Go to the main ideas in your articles online, summarize them in 1 Click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resoomer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } } |