Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
O que é Custom Right-Click Menu?
Custom Right-Click Menu é uma extensão do Chrome desenvolvida por awsdfgvhbjn.dev, e sua principal característica é "Create a custom right-click menu and choose the links and scripts you want in it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Custom Right-Click Menu
Baixe arquivos de extensão Custom Right-Click Menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
URL Oficial | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Descrição | Create a custom right-click menu and choose the links and scripts you want in it. |
Tamanho do Arquivo | 4.51 MB |
Contagem de Instalações | 6,030 |
Versão Atual | 2.2.14 |
Última Atualização | 2021-02-10 |
Data de Publicação | 2020-04-27 |
Classificação | 3.93/5 Total de 43 Avaliações |
Desenvolvedor | awsdfgvhbjn.dev |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SanderRonde/CustomRightClickMenu |
URL da Página de Ajuda | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Idiomas Suportados | 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": [ " |