Quick Script
Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…
Quick Script là gì?
Quick Script là một tiện ích mở rộng Chrome được phát triển bởi Mark Wheeler, và tính năng chính của nó là "Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…".
Ả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 Quick Script
Tải xuống các tệp mở rộng Quick Script 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
Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and repetitive automation tasks for web sites and web apps running in the chrome browser. Note: This is an ongoing project more commands will be added in later versions. If you have suggestions for commands please provide feedback and I will try to include them.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | amjekilcdjfiobfjnglcndkdimkbpkaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/quick-script/amjekilcdjfiobfjnglcndkdimkbpkaj |
Mô tả | Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and… |
Kích Thước Tệp | 602 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2013-09-17 |
Ngày Phát Hành | 2013-09-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Mark Wheeler |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/popup.js" ] }, "manifest_version": 2, "content_scripts": [ { "all_frames": true, "js": [ "js\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Quick Script" }, "default_locale": "en", "minimum_chrome_version": "14.0", "name": "Quick Script", "permissions": [ "tabs", "tts", "contextMenus", "http:\/\/*\/*" ], "version": "2.2" } |