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 là gì?
qSandbox - Quick test/sandbox WordPress site là một tiện ích mở rộng Chrome được phát triển bởi https://qsandbox.com, và tính năng chính của nó là "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng qSandbox - Quick test/sandbox WordPress site
Tải xuống các tệp mở rộng qSandbox - Quick test/sandbox WordPress site dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | qSandbox - Quick test/sandbox WordPress site |
ID | hlphcneaoopjplmjhlifpekcjcmpmdpi |
URL Chính Thức | https://chromewebstore.google.com/detail/qsandbox-quick-testsandbo/hlphcneaoopjplmjhlifpekcjcmpmdpi |
Mô tả | This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click. |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2017-01-09 |
Ngày Phát Hành | 2017-01-09 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://qsandbox.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://qsandbox.com |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*", " |