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 |
官方網址 | 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:\/\/*\/*" ] } |