7todos

7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.

7todosとは何ですか?

7todosはhttps://7todos.comによって開発されたChromeの拡張機能で、その主な機能は「7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.」です。

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

screenshot
screenshot

7todos拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The 7todos extension to the web app. 

Use the 7todos extension to to easily access your tasks within your browser. 

Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. 

The extension will appear as the new tab so you will get reminded about your daily tasks!                    

拡張機能の基本情報

名前 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
公式URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
説明 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
ファイルサイズ 857 KB
インストール数 187
現在のバージョン 3.0.2
最終更新日 2024-02-05
公開日 2021-05-04
評価 5.00/5 合計 2 レビュー
開発者 https://7todos.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://7todos.com
プライバシーポリシーページのURL https://www.7todos.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7todos",
    "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.",
    "version": "3.0.2",
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}