Toluna Start Context Menu
Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.
Was ist Toluna Start Context Menu?
Toluna Start Context Menu ist eine Chrome-Erweiterung, die von giladteller entwickelt wurde, und ihr Hauptmerkmal ist "Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.".
Erweiterungsscreenshots
Toluna Start Context Menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Toluna Start Context Menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pmijghbdkoeeebhflgbgcciiddjkakkb |
Offizielle URL | https://chromewebstore.google.com/detail/toluna-start-context-menu/pmijghbdkoeeebhflgbgcciiddjkakkb |
Beschreibung | Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages. |
Dateigröße | 29.71 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-05-23 |
Veröffentlichungsdatum | 2022-11-17 |
Entwickler | giladteller |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/gilad-teller/TolunaStartDashboardContextMenu/tree/main#readme |
Hilfeseite URL | https://github.com/gilad-teller/TolunaStartDashboardContextMenu/issues |
Unterstützte Sprachen | 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" ] } |