Terrene Research

Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…

Terrene Researchとは何ですか?

Terrene ResearchはTreehouse Tech Labsによって開発されたChromeの拡張機能で、その主な機能は「Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the internet's most popular websites.                    

拡張機能の基本情報

名前 Terrene Research Terrene Research
ID pajfapifabbhblnbhghheompjenkoamk
公式URL https://chromewebstore.google.com/detail/terrene-research/pajfapifabbhblnbhghheompjenkoamk
説明 Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…
ファイルサイズ 853 KB
インストール数 18
現在のバージョン 1.0.6
最終更新日 2024-02-14
公開日 2017-10-06
評価 5.00/5 合計 1 レビュー
開発者 Treehouse Tech Labs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrene Research",
    "version": "1.0.6",
    "options_page": "options.html",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "event_h.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Terrene",
        "default_icon": "128.png",
        "name": "Terrene RE-Search, Chrome's Core Unlocked!"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png",
        "options.html"
    ],
    "manifest_version": 2
}