qSandbox - Quick test/sandbox WordPress site
This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.
什麼是qSandbox - Quick test/sandbox WordPress site?
qSandbox - Quick test/sandbox WordPress site是由https://qsandbox.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.”。
擴展截圖
下載qSandbox - Quick test/sandbox WordPress site擴展crx文件
下載qSandbox - Quick test/sandbox WordPress site擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This browser extension allows you to use qSandbox.com service a lot more effectively. After you install the extension you can install plugins and themes with a single click on your qSandbox test site. Features / Benefits - Quick and easy way to install plugins and themes (and optionally to activate them). - Added API key detection from qSandbox's plan page source - One click auto-login to site or admin area - Shows thumbnails when attempting to install themes from WordPress.org - Remembers last used site
擴展基本資訊
名稱 | qSandbox - Quick test/sandbox WordPress site |
ID | hlphcneaoopjplmjhlifpekcjcmpmdpi |
官方網址 | https://chromewebstore.google.com/detail/qsandbox-quick-testsandbo/hlphcneaoopjplmjhlifpekcjcmpmdpi |
簡介 | This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click. |
檔案大小 | 116 KB |
安裝次數 | 44 |
目前版本 | 1.0.7 |
更新時間 | 2017-01-09 |
上架時間 | 2017-01-09 |
評分 | 3.00/5 共 1 次評分 |
開發者 | https://qsandbox.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://qsandbox.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "qSandbox - Quick test\/sandbox WordPress site", "short_name": "qSandbox", "description": "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.", "version": "1.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "assets\/images\/icon_128.png" }, "background": { "scripts": [ "shared\/jquery-2.1.1.min.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "css": [ "assets\/app.css" ], "js": [ "shared\/jquery-2.1.1.min.js", "assets\/get_page_source.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "shared\/jquery-2.1.1.min.js" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", " |