HyLighter

Testing Plugin

HyLighterとは何ですか?

HyLighterはhyluo94によって開発されたChromeの拡張機能で、その主な機能は「Testing Plugin」です。

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

screenshot

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

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

拡張機能の使用方法

                        It highlights selections of text on a page to; good for highlighting key information to review.                    

拡張機能の基本情報

名前 HyLighter HyLighter
ID kamffcmhmfcabolfglfbofmocimkacie
公式URL https://chromewebstore.google.com/detail/hylighter/kamffcmhmfcabolfglfbofmocimkacie
説明 Testing Plugin
ファイルサイズ 11.43 KB
インストール数 27
現在のバージョン 1.0
最終更新日 2021-01-16
公開日 2021-01-15
評価 5.00/5 合計 1 レビュー
開発者 hyluo94
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HyLighter",
    "description": "Testing Plugin",
    "version": "1.0",
    "browser_action": {
        "default_icon": "pen.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "pen.png",
        "48": "pen.png",
        "128": "pen.png"
    }
}