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\/*"
    ]
}