Quick Script
Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…
Apa itu Quick Script?
Quick Script adalah ekstensi Chrome yang dikembangkan oleh Mark Wheeler, dan fitur utamanya adalah "Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick Script
Unduh file ekstensi Quick Script dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | amjekilcdjfiobfjnglcndkdimkbpkaj |
| URL Resmi | https://chrome.google.com/webstore/detail/quick-script/amjekilcdjfiobfjnglcndkdimkbpkaj |
| Deskripsi | Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and… |
| Ukuran File | 602 KB |
| Jumlah Instalasi | 171 |
| Versi Saat Ini | 2.2 |
| Terakhir Diperbarui | 2013-09-17 |
| Tanggal Publikasi | 2013-09-17 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | Mark Wheeler |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
} | |