Save to Marvin
Create a task in Amazing Marvin for the current page
¿Qué es Save to Marvin?
Save to Marvin es una extensión de Chrome desarrollada por Joe Trellick, y su función principal es "Create a task in Amazing Marvin for the current page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Save to Marvin
Descarga archivos de extensión Save to Marvin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Save to Marvin |
ID | cncjnpmkggapklejcdboihglnffmcolb |
URL Oficial | https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb |
Descripción | Create a task in Amazing Marvin for the current page |
Tamaño del Archivo | 12.28 KB |
Cantidad de Instalaciones | 245 |
Versión Actual | 1.0 |
Última Actualización | 2021-02-10 |
Fecha de Publicación | 2021-02-10 |
Calificación | 4.50/5 Total de 6 Calificaciones |
Desarrollador | Joe Trellick |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/joehughes/savetomarvin |
URL de la Página de Política de Privacidad | https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md |
Idiomas Soportados | 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 } |