On Topic

On Topic

On Topicとは何ですか?

On Topicはdeveloperによって開発されたChromeの拡張機能で、その主な機能は「On Topic」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        On Topic is a browser extension that identifies and blocks content that is unrelated to what you're supposed to be doing.  Simply enter some topics you want to focus on, and if the On Topic extension detects that you're looking at content unrelated to your area of focus, you will be redirected.  For more info go to getontopic.com                    

拡張機能の基本情報

名前 On Topic On Topic
ID omofakciigccijakmgngefkphfeclpdc
公式URL https://chromewebstore.google.com/detail/on-topic/omofakciigccijakmgngefkphfeclpdc
説明 On Topic
ファイルサイズ 161 KB
インストール数 29
現在のバージョン 1.1.1
最終更新日 2020-11-15
公開日 2020-09-19
評価 5.00/5 合計 1 レビュー
開発者 developer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getontopic.com
プライバシーポリシーページのURL https://getontopic.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "On Topic",
    "description": "On Topic",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icons\/favicon-32x32.png"
    },
    "browser_action": {
        "default_title": "On Topic",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}