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”。

扩展截图

screenshot

下载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 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
}