Save to 2Do

Save tab or link to 2Do

Save to 2Doとは何ですか?

Save to 2DoはGoran Gligorinによって開発されたChromeの拡張機能で、その主な機能は「Save tab or link to 2Do」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Save to 2Do拡張機能のCRXファイルをダウンロード

Save to 2Do拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        2Do is a personal task manager for macOS, iOS, and Android.

This extension will add a toolbar button that will let you add the current page to your 2Do.

It will also add an item to the right-click menu that will also let you:
- add the current page to your 2Do.
- add a link on the page to your 2Do.                    

拡張機能の基本情報

名前 Save to 2Do Save to 2Do
ID mklgjmfdebgjjdfeihbjfjbofhmggjeo
公式URL https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo
説明 Save tab or link to 2Do
ファイルサイズ 54.46 KB
インストール数 166
現在のバージョン 1.0.0
最終更新日 2020-08-14
公開日 2020-08-14
評価 5.00/5 合計 1 レビュー
開発者 Goran Gligorin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/gligoran/save-to-2do
ヘルプページのURL https://github.com/gligoran/save-to-2do/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "browser-action.png",
        "default_title": "Save tab to 2Do"
    },
    "description": "Save tab or link to 2Do",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Save to 2Do",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "1.0.0"
}