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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Toluna Start Context Menu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Toluna Start Context Menu Toluna Start Context 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"
    ]
}