Artifact Cards for New Tab

Display random Artifact cards in new tab page

什么是Artifact Cards for New Tab?

Artifact Cards for New Tab是由redphx开发的Chrome扩展程序,该扩展的主要功能是“Display random Artifact cards in new tab page”。

扩展截图

screenshot
screenshot
screenshot

下载Artifact Cards for New Tab扩展crx文件

下载Artifact Cards for New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Artifact Cards for New Tab Artifact Cards for New Tab
ID bgffnmhjbcieiamalanidoifkadddpkc
官方URL https://chrome.google.com/webstore/detail/artifact-cards-for-new-ta/bgffnmhjbcieiamalanidoifkadddpkc
简介 Display random Artifact cards in new tab page
文件大小 639 KB
安装次数 58
当前版本 1.0.2
更新时间 2018-12-23
上架时间 2018-12-23
评分 5.00/5 共8次评分
开发者 redphx
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}