ThunderTick

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

¿Qué es ThunderTick?

ThunderTick es una extensión de Chrome desarrollada por https://thundertick.com, y su función principal es "Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ThunderTick

Descarga archivos de extensión ThunderTick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre ThunderTick ThunderTick
ID fjlfmlponipgmabidmcmijicbbfnbnnj
URL Oficial https://chromewebstore.google.com/detail/thundertick/fjlfmlponipgmabidmcmijicbbfnbnnj
Descripción Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…
Tamaño del Archivo 265 KB
Cantidad de Instalaciones 156
Versión Actual 1.5.0
Última Actualización 2016-09-03
Fecha de Publicación 2016-09-03
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador https://thundertick.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.thundertick.com
URL de la Página de Ayuda https://github.com/thundertick/thundertick/issues
Idiomas Soportados 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"
    ]
}