Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
O que é Hyperlink from selected text?
Hyperlink from selected text é uma extensão do Chrome desenvolvida por TGSchmidt, e sua principal característica é "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hyperlink from selected text
Baixe arquivos de extensão Hyperlink from selected text 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
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu. A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs.
Informações Básicas da Extensão
Nome | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
URL Oficial | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Descrição | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Tamanho do Arquivo | 21.65 KB |
Contagem de Instalações | 296 |
Versão Atual | 1.2 |
Última Atualização | 2022-02-21 |
Data de Publicação | 2012-07-15 |
Classificação | 3.63/5 Total de 8 Avaliações |
Desenvolvedor | TGSchmidt |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink from selected text", "version": "1.2", "manifest_version": 2, "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus" ] } |