Terrene Research

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

Qu'est-ce que Terrene Research ?

Terrene Research est une extension Chrome développée par Treehouse Tech Labs, et sa fonction principale est "Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Terrene Research

Téléchargez les fichiers d'extension Terrene Research au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Terrene Research Terrene Research
ID pajfapifabbhblnbhghheompjenkoamk
URL Officiel 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…
Taille du Fichier 853 KB
Nombre d'Installations 18
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-02-14
Date de Publication 2017-10-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur Treehouse Tech Labs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}