Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Что такое Custom Right-Click Menu?
Custom Right-Click Menu - это расширение Chrome, разработанное awsdfgvhbjn.dev, и его основная функция - "Create a custom right-click menu and choose the links and scripts you want in it.".
Снимки экрана расширения
Скачать файл CRX расширения Custom Right-Click Menu
Скачайте файлы расширений Custom Right-Click Menu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Create your own entries in the right-click menu. Add custom JavasScript scripts, links, sub-menus and custom CSS stylesheets that activate when you click them in your right-click menu and do anything you want all from your right-click menu. Featuring full GreaseMonkey compatibility for userscripts and Stylish compatibility for userstyles. Using the CRM API, the chrome APIs that come with it, and the background script, you have the same freedom in writing JavaScript scripts that you would have writing a chrome extension except that this is a lot easier. This allows you to write just about anything you want and incorporate it into your or someone else's right-click menu by sharing it. For more information check out the source code over at https://github.com/SanderRonde/CustomRightClickMenu
Основная информация о расширении
Название | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
Официальный URL | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Описание | Create a custom right-click menu and choose the links and scripts you want in it. |
Размер файла | 4.51 MB |
Количество установок | 6,030 |
Текущая Версия | 2.2.14 |
Последнее Обновление | 2021-02-10 |
Дата публикации | 2020-04-27 |
Рейтинг | 3.93/5 Всего 43 оценок |
Разработчик | awsdfgvhbjn.dev |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/SanderRonde/CustomRightClickMenu |
URL страницы помощи | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "options_page": "html\/options.html", "name": "Custom Right-Click Menu", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", "version": "2.2.14", "short_name": "CRM", "minimum_chrome_version": "26", "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ " |