WebExtension.net
WebExtension.net

Terrene Research

View on Chrome Web Store
View Terrene Research Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…
Type
Extension
Users
15 users
Treehouse Tech Labs
View author page of Treehouse Tech Labs
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 28, 2015
Version 1.0.9
Manifest version
3
Updated
Updated on July 29, 2024
View on Chrome Web Store
View Terrene Research Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrene Research",
    "version": "1.0.9",
    "options_page": "options.html",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "event_h.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_title": "Terrene",
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "options.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top