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 là gì?

Toluna Start Context Menu là một tiện ích mở rộng Chrome được phát triển bởi giladteller, và tính năng chính của nó là "Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Toluna Start Context Menu

Tải xuống các tệp mở rộng Toluna Start Context Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Toluna Start Context Menu Toluna Start Context Menu
ID pmijghbdkoeeebhflgbgcciiddjkakkb
URL Chính Thức https://chromewebstore.google.com/detail/toluna-start-context-menu/pmijghbdkoeeebhflgbgcciiddjkakkb
Mô tả Extra context menu items for Toluna Start. Currently supporting links to Target and Define from Dashboard and My Projects pages.
Kích Thước Tệp 29.71 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2022-11-17
Nhà Phát Triển giladteller
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gilad-teller/TolunaStartDashboardContextMenu/tree/main#readme
URL Trang Trợ Giúp https://github.com/gilad-teller/TolunaStartDashboardContextMenu/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}