Survey helper - go forward!
Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)
什麼是Survey helper - go forward!?
Survey helper - go forward!是由https://actiondialog.se開發的Chrome擴展程式,該擴展的主要功能是“Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)”。
擴展截圖
下載Survey helper - go forward!擴展crx文件
下載Survey helper - go forward!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This small extension helps frequent survey participants / testers by adding a shortcut to going forward in the survey / form. Should work with most surveys - otherwise use the contact form and send a description or link to the survey. 擴展基本資訊
| 名稱 | |
| ID | knahcehggigdooimkihojckjphkloach |
| 官方網址 | https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach |
| 簡介 | Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right) |
| 檔案大小 | 11.08 KB |
| 安裝次數 | 408 |
| 目前版本 | 0.2 |
| 更新時間 | 2015-03-03 |
| 上架時間 | 2015-03-03 |
| 評分 | 1.73/5 共 22 次評分 |
| 開發者 | https://actiondialog.se |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Survey helper - go forward!",
"description": "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)",
"version": "0.2",
"icons": {
"16": "icon-next-16.png",
"128": "icon-next-128.png"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Go forward"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+X"
}
}
},
"manifest_version": 2
} | |