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
电子邮箱 [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
}