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 |
| 公式URL | 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 |
| Eメール | [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\/*"
]
}
]
} | |