Dinosaur Game Launcher

Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.

Co je Dinosaur Game Launcher?

Dinosaur Game Launcher je rozšíření Chrome vyvinuté http://browsernative.com, a jeho hlavní funkcí je „Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dinosaur Game Launcher

Stáhněte si soubory rozšíření Dinosaur Game Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Just a launcher for Google Chrome dinosaur game. Click on the toolbar button, or use keyboard command Alt + Shift + D. Press space bar to start the game.

Extension created by BrowserNative: https://browsernative.com/google-chrome-dinosaur-run-game/                    

Základní Informace o Rozšíření

Název Dinosaur Game Launcher Dinosaur Game Launcher
ID pmlcmigoejbihcnanenjcdokfgcnabdi
Oficiální URL https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi
Popis Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
Velikost souboru 8.38 KB
Počet instalací 111,239
Aktuální Verze 0.1
Poslední Aktualizace 2019-08-27
Datum Vydání 2019-08-27
Hodnocení 3.20/5 Celkem 20 Hodnocení
Vývojář http://browsernative.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/google-chrome-dinosaur-run-game/
URL Stránky Nápovědy https://browsernative.com/google-chrome-dinosaur-run-game/
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "dino.png",
        "default_title": "Dinosaur Game"
    },
    "description": "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.",
    "homepage_url": "https:\/\/browsernative.com\/google-chrome-dinosaur-run-game\/",
    "icons": {
        "128": "dino.png",
        "48": "dino-48.png"
    },
    "manifest_version": 2,
    "name": "Dinosaur Game Launcher",
    "version": "0.1",
    "permissions": [],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    }
}