Toluna Start Context Menu

Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.

Qu'est-ce que Toluna Start Context Menu ?

Toluna Start Context Menu est une extension Chrome développée par giladteller, et sa fonction principale est "Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Toluna Start Context Menu

Téléchargez les fichiers d'extension Toluna Start Context Menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Toluna Start Context Menu Toluna Start Context Menu
ID pmijghbdkoeeebhflgbgcciiddjkakkb
URL Officiel https://chromewebstore.google.com/detail/toluna-start-context-menu/pmijghbdkoeeebhflgbgcciiddjkakkb
Description Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.
Taille du Fichier 29.71 KB
Nombre d'Installations 20
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-05-23
Date de Publication 2022-11-17
Développeur giladteller
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gilad-teller/TolunaStartDashboardContextMenu/tree/main#readme
URL de la Page d'Aide https://github.com/gilad-teller/TolunaStartDashboardContextMenu/issues
Langues Prises en Charge 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"
    ]
}