Save to Marvin

Create a task in Amazing Marvin for the current page

Co je Save to Marvin?

Save to Marvin je rozšíření Chrome vyvinuté Joe Trellick, a jeho hlavní funkcí je „Create a task in Amazing Marvin for the current page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Save to Marvin

Stáhněte si soubory rozšíření Save to Marvin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Save to Marvin Save to Marvin
ID cncjnpmkggapklejcdboihglnffmcolb
Oficiální URL https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb
Popis Create a task in Amazing Marvin for the current page
Velikost souboru 12.28 KB
Počet instalací 245
Aktuální Verze 1.0
Poslední Aktualizace 2021-02-10
Datum Vydání 2021-02-10
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář Joe Trellick
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/joehughes/savetomarvin
URL Stránky Zásad Ochrany Soukromí https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md
Podporované Jazyky 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
}