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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}