Ahero Extension

Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.

Ahero Extensionとは何ですか?

Ahero ExtensionはSidekickによって開発されたChromeの拡張機能で、その主な機能は「Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Browser extension that supports the Windows version of the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.                    

拡張機能の基本情報

名前 Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
公式URL https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
説明 Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
ファイルサイズ 12.38 KB
インストール数 41
現在のバージョン 1.0.0
最終更新日 2022-11-13
公開日 2022-11-12
開発者 Sidekick
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.thesidekick.app/
プライバシーポリシーページのURL https://thesidekick.app/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahero Extension",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "64": "images\/64x64.png"
        },
        "default_popup": "popup.html"
    }
}