Artifact Cards for New Tab

Display random Artifact cards in new tab page

Что такое Artifact Cards for New Tab?

Artifact Cards for New Tab - это расширение Chrome, разработанное redphx, и его основная функция - "Display random Artifact cards in new tab page".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Artifact Cards for New Tab

Скачайте файлы расширений 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\/*"
    ]
}