Save to Marvin
Create a task in Amazing Marvin for the current page
Save to Marvinคืออะไร?
Save to Marvin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joe Trellick และคุณลักษณะหลักของมันคือ "Create a task in Amazing Marvin for the current page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Marvin
ดาวน์โหลดไฟล์ส่วนขยาย Save to Marvin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple Chrome extension to save the current web page to the Amazing Marvin productivity service. You can customize the title and other metadata of the task. The URL of the current tab will be saved as a note on the task. This extension requires an Amazing Marvin account, as it uses the API to create a new item. NOTE: This is an unofficial project, not related to the creators of the Amazing Marvin service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save to Marvin |
ID | cncjnpmkggapklejcdboihglnffmcolb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb |
คำอธิบาย | Create a task in Amazing Marvin for the current page |
ขนาดไฟล์ | 12.28 KB |
จำนวนการติดตั้ง | 245 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-02-10 |
วันที่เผยแพร่ | 2021-02-10 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Joe Trellick |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/joehughes/savetomarvin |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Marvin", "version": "1.0", "description": "Create a task in Amazing Marvin for the current page", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/save-to-marvin-16.png", "32": "images\/save-to-marvin-32.png", "48": "images\/save-to-marvin-48.png", "128": "images\/save-to-marvin-128.png" }, "options_page": "options.html", "manifest_version": 2 } |