Save to Marvin
Create a task in Amazing Marvin for the current page
Save to Marvin là gì?
Save to Marvin là một tiện ích mở rộng Chrome được phát triển bởi Joe Trellick, và tính năng chính của nó là "Create a task in Amazing Marvin for the current page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Save to Marvin
Tải xuống các tệp mở rộng Save to Marvin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Save to Marvin |
ID | cncjnpmkggapklejcdboihglnffmcolb |
URL Chính Thức | https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb |
Mô tả | Create a task in Amazing Marvin for the current page |
Kích Thước Tệp | 12.28 KB |
Số Lần Cài Đặt | 245 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-02-10 |
Ngày Phát Hành | 2021-02-10 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Joe Trellick |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/joehughes/savetomarvin |
URL Trang Chính Sách Bảo Mật | https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md |
Ngôn Ngữ Được Hỗ Trợ | 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 } |