Save to Marvin
Create a task in Amazing Marvin for the current page
Save to Marvinとは何ですか?
Save to MarvinはJoe Trellickによって開発されたChromeの拡張機能で、その主な機能は「Create a task in Amazing Marvin for the current page」です。
拡張機能のスクリーンショット
Save to Marvin拡張機能のCRXファイルをダウンロード
Save to Marvin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |