Crammer: Save time using AI
Provides text analytics to the webpage using artificial intelligence to quickly find what you are looking for and save time
Crammer: Save time using AIคืออะไร?
Crammer: Save time using AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crammer.app และคุณลักษณะหลักของมันคือ "Provides text analytics to the webpage using artificial intelligence to quickly find what you are looking for and save time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crammer: Save time using AI
ดาวน์โหลดไฟล์ส่วนขยาย Crammer: Save time using AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We read on average 15 articles a day but how much do we take from each of them. We often lose interest quickly and don't read the part of the article that matters. Crammer is a Chrome extension tool that uses Artificial Intelligence to analyse and find the key phrases of an article you are reading online. It then shows you the locations of key phrases you select so you can quickly find what you are looking for. ⚡ Think of it as a way of having a contents or glossary for a web page. 🔎 A popup appears over the web page once the text analytics has completed. The great part is that this popup is fully re-sizable and can be dragged anywhere when clicking on the 'Key Phrases' title. If it is getting in the way at all, there is a toggle switch button to hide and show the popup window. BONUS #1 🎁: Able to perform analysis in 7 languages 🌍 and many more languages are on the way! BONUS #2 🎁: Now shows a badge for each phrase displaying how many times it is mentioned on the web page!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crammer: Save time using AI |
ID | gedoeahblpgnpabmilljcmenaidbmjpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crammer-save-time-using-a/gedoeahblpgnpabmilljcmenaidbmjpn |
คำอธิบาย | Provides text analytics to the webpage using artificial intelligence to quickly find what you are looking for and save time |
ขนาดไฟล์ | 3.27 MB |
จำนวนการติดตั้ง | 2,286 |
เวอร์ชันปัจจุบัน | 1.78 |
อัปเดตครั้งล่าสุด | 2022-11-17 |
วันที่เผยแพร่ | 2020-06-25 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://crammer.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://crammer.app/ |
URL หน้าช่วยเหลือ | https://crammer.app/ |
URL หน้านโยบายความเป็นส่วนตัว | https://crammer.app/privacy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Crammer: Save time using AI", "short_name": "Crammer", "version": "1.78", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqgEAgU0QVRxBxvdoikaBGobvIUZZyfbvqd6J4Q1cy5eIzwxw81pYivkrUQuly1ugXmoFMsOqJQoXf7QhxSMOP4Xo6jjGg\/XXYAJgT0TPL5yfOJEJA6z7T2r1LTdr\/ZXnBhkOgOmmmTWImh1V4w7EGSzjTVM7vUai+nOqZKqtGoE9ggrH+Bg8coKLbXjnIjbkVf0coXjkYSBAOjKrwN4bJEmOXVeukjT+po+XLcg9jXO4gH+N9D4tevWPP2EpE3qgYelA2Ip1tKhTi1iReF0\/eX4anEYFYNBSapXmCCtEqtehnxwfTRutLoL6XmwtctDD5x2N5HonFTD2\/jZ\/DkDCfQIDAQAB", "oauth2": { "client_id": "898527927749-d2e2iteojqurmojig1vc0ct4h3bljutg.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "description": "Provides text analytics to the webpage using artificial intelligence to quickly find what you are looking for and save time", "icons": { "128": "Images\/icon128.png", "48": "Images\/icon48.png", "16": "Images\/icon16.png" }, "action": { "default_icon": "Images\/icon48.png", "default_popup": "popup.html", "default_title": "Crammer" }, "permissions": [ "scripting", "activeTab", "identity", "identity.email", "storage" ], "host_permissions": [ "https:\/\/www.googleapis.com\/", "https:\/\/crammer-api-dev.azurewebsites.net\/api\/*" ] } |