Save to Marvin

Create a task in Amazing Marvin for the current page

O que é Save to Marvin?

Save to Marvin é uma extensão do Chrome desenvolvida por Joe Trellick, e sua principal característica é "Create a task in Amazing Marvin for the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save to Marvin

Baixe arquivos de extensão Save to Marvin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Save to Marvin Save to Marvin
ID cncjnpmkggapklejcdboihglnffmcolb
URL Oficial https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb
Descrição Create a task in Amazing Marvin for the current page
Tamanho do Arquivo 12.28 KB
Contagem de Instalações 245
Versão Atual 1.0
Última Atualização 2021-02-10
Data de Publicação 2021-02-10
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor Joe Trellick
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/joehughes/savetomarvin
URL da Página de Política de Privacidade https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md
Idiomas Suportados 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
}