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是由giladteller開發的Chrome擴展程式,該擴展的主要功能是“Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.”。
擴展截圖
下載Toluna Start Context Menu擴展crx文件
下載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 |
官方網址 | 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" ] } |