Save to Marvin
Create a task in Amazing Marvin for the current page
Wat is Save to Marvin?
Save to Marvin is een Chrome-extensie ontwikkeld door Joe Trellick, en de belangrijkste functie is "Create a task in Amazing Marvin for the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Save to Marvin
Download Save to Marvin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Save to Marvin |
ID | cncjnpmkggapklejcdboihglnffmcolb |
Officiële URL | https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb |
Beschrijving | Create a task in Amazing Marvin for the current page |
Bestandsgrootte | 12.28 KB |
Aantal Installaties | 245 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-10 |
Publicatiedatum | 2021-02-10 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Joe Trellick |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/joehughes/savetomarvin |
URL van de Privacybeleid Pagina | https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md |
Ondersteunde Talen | 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 } |