Save to Marvin
Create a task in Amazing Marvin for the current page
什麼是Save to Marvin?
Save to Marvin是由Joe Trellick開發的Chrome擴展程式,該擴展的主要功能是“Create a task in Amazing Marvin for the current page”。
擴展截圖
下載Save to Marvin擴展crx文件
下載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 |
官方網址 | 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 } |