Memento
Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…
Mementoคืออะไร?
Memento เป็นส่วนขยายของ Chrome ที่พัฒนาโดย memento.webapp และคุณลักษณะหลักของมันคือ "Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memento
ดาวน์โหลดไฟล์ส่วนขยาย Memento ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply open the extension in the page you want to save and add it to your personal database. These memories will be synced across all devices connected to your Memento account. Memento uses powerful APIs to automatically categorize and organize your URLs so it's easy to search for them later on. Please make sure to first create a Memento account here (https://memento-me.com/) to utilize the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Memento |
ID | djcdckamihmkfclojigjpccfkgliijgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/memento/djcdckamihmkfclojigjpccfkgliijgo |
คำอธิบาย | Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply… |
ขนาดไฟล์ | 92.48 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-03-02 |
วันที่เผยแพร่ | 2021-02-16 |
ผู้พัฒนา | memento.webapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://memento-me.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memento", "version": "1.3", "icons": { "16": ".\/assets\/memento-chrome-extension.png", "48": ".\/assets\/memento-chrome-extension.png", "128": ".\/assets\/memento-chrome-extension.png" }, "browser_action": { "default_title": "Memento", "default_popup": "index.html" }, "manifest_version": 2, "permissions": [ "tabs", "storage" ] } |