AIsummarizer
The software that summarizes your texts with one click powered by AIsummarizer
AIsummarizerคืออะไร?
AIsummarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AIsummarizer และคุณลักษณะหลักของมันคือ "The software that summarizes your texts with one click powered by AIsummarizer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIsummarizer
ดาวน์โหลดไฟล์ส่วนขยาย AIsummarizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ENGLISH AIsummariser Chrome Extension is a useful free extension for multilingual text summarization available on the Chrome Web Store at http://bit.ly/2vJrnpT Auto generated summaries will appear in real time in a pop-up window. How to? 1. Summarizing automatically any web page of Chrome Browser : Rightclick on a web page and choose "Summarize 'page'" in the contextual menu 2. Summarizing automatically a link of a web page Rightclick on a link of a web page and choose "Summarize 'link'". The text content of the link will be summarized without leaving the web page where you are 3. Summarizing automatically selected text of a web page : Rightclick on the selection and choose "Summarize 'selection'" to obtain automatically a summary of the selection FRANÇAIS AIsummariser est une Extension Chrome très utile pour résumer automatiquement en multilingue les textes des pages web. Elle est disponible gratuitement sur Chrome Web Store ici : http://bit.ly/2vJrnpT Les résumés générés automatiquement apparaîtront en temps réel dans une fenêtre pop-up. Comment procéder? 1. Résumer automatiquement une page web : Faites un clic droit sur la page Web et choisissez "Summarize 'page'" dans le menu contextuel 2. Résumer directement le conetnu du lien se trouvant dans la page que vous consultez sans pour autant la quitter : Faites un clic droit sur le lien et choisissez "Summarize 'link'" 3. Résumer automatiquement le contenu du texte sélectionné dans une page web : Faites un clic droit sur votre sélection et choisissez "Summarize 'selection'"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pkchapmjffpihgnkmgdlbckdigdpobon |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/aisummarizer/pkchapmjffpihgnkmgdlbckdigdpobon |
คำอธิบาย | The software that summarizes your texts with one click powered by AIsummarizer |
ขนาดไฟล์ | 57.57 KB |
จำนวนการติดตั้ง | 232 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-05-02 |
วันที่เผยแพร่ | 2019-05-02 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | AIsummarizer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://aisummarizer.com |
URL หน้าช่วยเหลือ | https://aisummarizer.com |
URL หน้านโยบายความเป็นส่วนตัว | https://aisummarizer.com/legal.jsp?ui.lang= |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AIsummarizer", "description": "The software that summarizes your texts with one click powered by AIsummarizer ", "homepage_url": "http:\/\/aisummarizer.com", "version": "1.2", "icons": { "16": "images\/bird_loupe_16.png", "48": "images\/bird_loupe_48.png", "128": "images\/bird_loupe_128.png" }, "permissions": [ "contextMenus", "https:\/\/dev.aisummarizer.com\/" ], "background": { "scripts": [ "summariser.js", "src\/jquery-1.9.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "src\/content_script.css" ], "js": [ "src\/jquery-1.9.1.min.js", "src\/content_script.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "manifest_version": 2 } |