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
官方網址 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
電子郵箱 [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
}