Awesome Chess Game New Tab

Play Chess online in browser new tab. The most interesting chess game for chrome.

Vad är Awesome Chess Game New Tab?

Awesome Chess Game New Tab är en Chrome-tillägg utvecklad av https://appstation.tech, och dess huvudfunktion är "Play Chess online in browser new tab. The most interesting chess game for chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Awesome Chess Game New Tab-förlängningens CRX-fil

Ladda ner Awesome Chess Game New Tab-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

                        Play Chess online with your friend or alone. The most interest chess game for chrome. You can also save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want.

All you need to do is just install the extension,  now whenever you open a new tab the game will load. 

You can copy and paste the moves list from right hand side if you wish.                    

Grundläggande Information om Tillägg

Namn Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
Officiell webbadress https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
Beskrivning Play Chess online in browser new tab. The most interesting chess game for chrome.
Filstorlek 12.27 KB
Antal Installationer 12,610
Aktuell Version 2.01
Senast Uppdaterad 2021-12-19
Publiceringsdatum 2020-05-19
Betyg 2.81/5 Totalt 32 Betyg
Utvecklare https://appstation.tech
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://appstation.tech/privacypolicy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awesome Chess Game New Tab",
    "version": "2.01",
    "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.",
    "icons": {
        "128": "images\/icon3.png"
    },
    "background": {
        "scripts": [
            "js\/background3.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_title": "Chess Game"
    }
}