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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |