Artifact Cards for New Tab

Display random Artifact cards in new tab page

What is Artifact Cards for New Tab?

Artifact Cards for New Tab is a Chrome extension developed by redphx, and its main feature is "Display random Artifact cards in new tab page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Artifact Cards for New Tab Extension CRX File

Download Artifact Cards for New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display random Artifact cards each time you open a new tab.
Total cards: 255.

Source code: https://github.com/redphx/artifact-cards-newtab

Disclaimer: Artifact content and materials are trademarks and copyrights of Valve or its licensors. All rights reserved.                    

Extension Basic Information

Name Artifact Cards for New Tab Artifact Cards for New Tab
ID bgffnmhjbcieiamalanidoifkadddpkc
Official URL https://chrome.google.com/webstore/detail/artifact-cards-for-new-ta/bgffnmhjbcieiamalanidoifkadddpkc
Description Display random Artifact cards in new tab page
File Size 639 KB
Installation Count 58
Current Version 1.0.2
Last Updated 2018-12-23
Publish Date 2018-12-23
Rating 5.00/5 Total 8 Ratings
Developer redphx
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artifact Cards for New Tab",
    "author": "redphx",
    "description": "Display random Artifact cards in new tab page",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "db\/cards.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "js\/*",
        "css\/*"
    ]
}