Tardis Loader
This extension will activate the Tardis Tool
Tardis Loaderとは何ですか?
Tardis Loaderはlucasleedotnetによって開発されたChromeの拡張機能で、その主な機能は「This extension will activate the Tardis Tool」です。
Tardis Loader拡張機能のCRXファイルをダウンロード
Tardis Loader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | knaddecekpkgcfgafcdkjkbkifneeaof |
| 公式URL | https://chrome.google.com/webstore/detail/tardis-loader/knaddecekpkgcfgafcdkjkbkifneeaof |
| 説明 | This extension will activate the Tardis Tool |
| ファイルサイズ | 10.11 KB |
| インストール数 | 41 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-03-21 |
| 公開日 | 2017-03-21 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | lucasleedotnet |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tardis Loader",
"description": "This extension will activate the Tardis Tool",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "loader.html"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bootstrap.js"
]
}
]
} | |