Save to Marvin
Create a task in Amazing Marvin for the current page
Hvad er Save to Marvin?
Save to Marvin er en Chrome-udvidelse udviklet af Joe Trellick, og dens hovedfunktion er "Create a task in Amazing Marvin for the current page".
Udvidelsesskærmbilleder
Download Save to Marvin-udvidelses-CRX-fil
Download Save to Marvin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Save to Marvin |
ID | cncjnpmkggapklejcdboihglnffmcolb |
Officiel URL | https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb |
Beskrivelse | Create a task in Amazing Marvin for the current page |
Filstørrelse | 12.28 KB |
Antal Installationer | 245 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-02-10 |
Udgivelsesdato | 2021-02-10 |
Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
Udvikler | Joe Trellick |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/joehughes/savetomarvin |
URL til Fortrolighedspolitik Side | https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md |
Understøttede Sprog | 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 } |