Toluna Start Context Menu
Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.
Toluna Start Context Menuคืออะไร?
Toluna Start Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giladteller และคุณลักษณะหลักของมันคือ "Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toluna Start Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย Toluna Start Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds 2 context menu items when logged in to https://www.tolunastart.com/dashboard and https://www.tolunastart.com/myprojects. When right-clicking on a link to a survey, you will see 2 new options: "Go to Target" which will open a new tab with the survey's Target page, and "Go to Define" which will open a new tab with the survey's Define page. Without this extension, in order to get to the Target and Define pages, you need to click on the survey link, wait for it to load, and then click on "Define" or "Target" in the breadcrumbs menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pmijghbdkoeeebhflgbgcciiddjkakkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/toluna-start-context-menu/pmijghbdkoeeebhflgbgcciiddjkakkb |
คำอธิบาย | Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages. |
ขนาดไฟล์ | 29.71 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-05-23 |
วันที่เผยแพร่ | 2022-11-17 |
ผู้พัฒนา | giladteller |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gilad-teller/TolunaStartDashboardContextMenu/tree/main#readme |
URL หน้าช่วยเหลือ | https://github.com/gilad-teller/TolunaStartDashboardContextMenu/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Toluna Start Context Menu", "version": "1.0.3", "description": "Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "contextMenus" ] } |