Save to Marvin

Create a task in Amazing Marvin for the current page

Cos'è Save to Marvin?

Save to Marvin è un'estensione di Chrome sviluppata da Joe Trellick, e la sua funzione principale è "Create a task in Amazing Marvin for the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save to Marvin

Scarica i file di estensione Save to Marvin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save to Marvin Save to Marvin
ID cncjnpmkggapklejcdboihglnffmcolb
URL Ufficiale https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb
Descrizione Create a task in Amazing Marvin for the current page
Dimensione del File 12.28 KB
Conteggio Installazioni 245
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-10
Data di Pubblicazione 2021-02-10
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore Joe Trellick
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/joehughes/savetomarvin
URL della Pagina della Politica sulla Privacy https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md
Lingue Supportate 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
}