Save to Marvin
Create a task in Amazing Marvin for the current page
Save to Marvin क्या है?
Save to Marvin Joe Trellick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a task in Amazing Marvin for the current page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to Marvin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Save to Marvin |
ID | cncjnpmkggapklejcdboihglnffmcolb |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-to-marvin/cncjnpmkggapklejcdboihglnffmcolb |
विवरण | Create a task in Amazing Marvin for the current page |
फ़ाइल का आकार | 12.28 KB |
स्थापना संख्या | 245 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-02-10 |
प्रकाशन तिथि | 2021-02-10 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | Joe Trellick |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/joehughes/savetomarvin |
गोपनीयता नीति पृष्ठ URL | https://github.com/joe-trellick/savetomarvin/blob/main/PrivacyPolicy.md |
समर्थित भाषाएँ | 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 } |