ThunderTick

Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…

Co to jest ThunderTick?

ThunderTick to rozszerzenie Chrome opracowane przez https://thundertick.com, a jego główną funkcją jest „Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ThunderTick

Pobierz pliki rozszerzeń ThunderTick 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

                        Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser including all your bookmarks, history, open tabs, downloads, installed apps and more!

It is also a swiss-army-knife designed for your browser. It gives you access to tons of commands like Sort open tabs, Refresh all Tabs, Take a screenshot and more!

Thundertick takes advantage of the WILDLY under-utilized BACKTICK button on our keyboards. Seriously, no one uses this thing. This puts the great power, that is thundertick only ONE tap of the BACKTICK key away!                    

Podstawowe informacje o rozszerzeniu

Nazwa ThunderTick ThunderTick
ID fjlfmlponipgmabidmcmijicbbfnbnnj
Oficjalny URL https://chromewebstore.google.com/detail/thundertick/fjlfmlponipgmabidmcmijicbbfnbnnj
Opis Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…
Rozmiar pliku 265 KB
Liczba instalacji 156
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2016-09-03
Data Publikacji 2016-09-03
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://thundertick.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.thundertick.com
Adres URL Strony Pomocy https://github.com/thundertick/thundertick/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThunderTick",
    "manifest_version": 2,
    "version": "1.5.0",
    "omnibox": {
        "keyword": "`"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "pages\/settings\/index.html",
    "icons": {
        "128": ".\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/tickbar.js"
            ],
            "css": [
                ".\/tickbar\/font\/OpenSans-Light.css",
                ".\/dist\/tickbar.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "tabs",
        "history",
        "",
        "bookmarks",
        "downloads",
        "clipboardWrite",
        "storage"
    ]
}