Terrene Research

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

Vad är Terrene Research?

Terrene Research är en Chrome-tillägg utvecklad av Treehouse Tech Labs, och dess huvudfunktion är "Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Terrene Research-förlängningens CRX-fil

Ladda ner Terrene Research-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Terrene Research Terrene Research
ID pajfapifabbhblnbhghheompjenkoamk
Officiell webbadress https://chromewebstore.google.com/detail/terrene-research/pajfapifabbhblnbhghheompjenkoamk
Beskrivning Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…
Filstorlek 853 KB
Antal Installationer 18
Aktuell Version 1.0.6
Senast Uppdaterad 2024-02-14
Publiceringsdatum 2017-10-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Treehouse Tech Labs
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}