Terrene Research

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

What is Terrene Research?

Terrene Research is a Chrome extension developed by Treehouse Tech Labs, and its main feature is "Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Terrene Research Extension CRX File

Download Terrene Research extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Terrene Research Terrene Research
ID pajfapifabbhblnbhghheompjenkoamk
Official URL https://chromewebstore.google.com/detail/terrene-research/pajfapifabbhblnbhghheompjenkoamk
Description Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…
File Size 853 KB
Installation Count 18
Current Version 1.0.6
Last Updated 2024-02-14
Publish Date 2017-10-06
Rating 5.00/5 Total 1 Ratings
Developer Treehouse Tech Labs
Email [email protected]
Payment Type free
Supported Languages 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
}