Save to Marvin

Create a task in Amazing Marvin for the current page

Qu'est-ce que Save to Marvin ?

Save to Marvin est une extension Chrome développée par Joe Trellick, et sa fonction principale est "Create a task in Amazing Marvin for the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save to Marvin

Téléchargez les fichiers d'extension Save to Marvin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save to Marvin Save to Marvin
ID cncjnpmkggapklejcdboihglnffmcolb
URL Officiel https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb
Description Create a task in Amazing Marvin for the current page
Taille du Fichier 12.28 KB
Nombre d'Installations 245
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-10
Date de Publication 2021-02-10
Évaluation 4.50/5 Total 6 Évaluations
Développeur Joe Trellick
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/joehughes/savetomarvin
URL de la Page de Politique de Confidentialité https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md
Langues Prises en Charge 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
}