Smurfy Build Embedder
Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Smurfy Build Embedderとは何ですか?
Smurfy Build EmbedderはTVsBrentによって開発されたChromeの拡張機能で、その主な機能は「Replaces links to builds on Smurfy with an in-line, embedded version of the build.」です。
拡張機能のスクリーンショット
Smurfy Build Embedder拡張機能のCRXファイルをダウンロード
Smurfy Build Embedder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | cojeifpnlghjagiopmpbcpipjocbcahp |
公式URL | https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp |
説明 | Replaces links to builds on Smurfy with an in-line, embedded version of the build. |
ファイルサイズ | 835 KB |
インストール数 | 47 |
現在のバージョン | 0.2.2 |
最終更新日 | 2015-08-24 |
公開日 | 2015-08-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | TVsBrent |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smurfy Build Embedder", "short_name": "SmurfyEmbed", "description": "Replaces links to builds on Smurfy with an in-line, embedded version of the build.", "version": "0.2.2", "minimum_chrome_version": "40.0", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/background.js" ] }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "activeTab", "storage", "tabs", "webRequest", "http:\/\/mwo.smurfy-net.de\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } |