Save to Marvin

Create a task in Amazing Marvin for the current page

Was ist Save to Marvin?

Save to Marvin ist eine Chrome-Erweiterung, die von Joe Trellick entwickelt wurde, und ihr Hauptmerkmal ist "Create a task in Amazing Marvin for the current page".

Erweiterungsscreenshots

screenshot

Save to Marvin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save to Marvin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Save to Marvin Save to Marvin
ID cncjnpmkggapklejcdboihglnffmcolb
Offizielle URL https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb
Beschreibung Create a task in Amazing Marvin for the current page
Dateigröße 12.28 KB
Installationsanzahl 245
Aktuelle Version 1.0
Letztes Update 2021-02-10
Veröffentlichungsdatum 2021-02-10
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler Joe Trellick
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/joehughes/savetomarvin
URL der Datenschutzrichtlinien-Seite https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md
Unterstützte Sprachen 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
}