Terrene Research

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

Co to jest Terrene Research?

Terrene Research to rozszerzenie Chrome opracowane przez Treehouse Tech Labs, a jego główną funkcją jest „Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Terrene Research

Pobierz pliki rozszerzeń Terrene Research w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Terrene Research Terrene Research
ID pajfapifabbhblnbhghheompjenkoamk
Oficjalny URL https://chromewebstore.google.com/detail/terrene-research/pajfapifabbhblnbhghheompjenkoamk
Opis Terrene is a search extension that allows you to research keywords you highlight with your cursor quickly and easily across the…
Rozmiar pliku 853 KB
Liczba instalacji 18
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2017-10-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Treehouse Tech Labs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}