deekay
Finder of Lost Articles on magic.wizards.com
什麼是deekay?
deekay是由MaxMakesMagic開發的Chrome擴展程式,該擴展的主要功能是“Finder of Lost Articles on magic.wizards.com”。
擴展截圖
下載deekay擴展crx文件
下載deekay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DeeKay is a Chrome extension which tries to fix up broken articles on https://magic.wizards.com by providing a Wayback alternative 擴展基本資訊
| 名稱 | |
| ID | hgmdbmkbjfbijcieojcfnjpbklkfknba |
| 官方網址 | https://chromewebstore.google.com/detail/deekay/hgmdbmkbjfbijcieojcfnjpbklkfknba |
| 簡介 | Finder of Lost Articles on magic.wizards.com |
| 檔案大小 | 3.32 MB |
| 安裝次數 | 76 |
| 目前版本 | 0.0.0.2 |
| 更新時間 | 2023-12-28 |
| 上架時間 | 2023-12-24 |
| 開發者 | MaxMakesMagic |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/maxmakesmagic/deekay |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "deekay",
"description": "Finder of Lost Articles on magic.wizards.com",
"version": "0.0.0.2",
"manifest_version": 3,
"icons": {
"48": "\/assets\/icons\/48.png",
"128": "\/assets\/icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/magic.wizards.com\/*"
],
"js": [
"deekay.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"hashes\/*"
],
"matches": [
"https:\/\/magic.wizards.com\/*"
]
}
]
} | |