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 拡張機能の基本情報
| 名前 | |
| ID | hlphcneaoopjplmjhlifpekcjcmpmdpi |
| 公式URL | 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 |
| Eメール | [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:\/\/*\/*",
" | |