Acronym Search
Lookup acronyms without leaving the page
O que é Acronym Search?
Acronym Search é uma extensão do Chrome desenvolvida por justinchan, e sua principal característica é "Lookup acronyms without leaving the page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Acronym Search
Baixe arquivos de extensão Acronym Search 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
Run into a confusing acronym and want to quickly check what it is without leaving the page? Right click on the word, click on me, and I'll take care of the rest! Retrieves results from acronymfinder.com with a rank of 4 stars or greater.
Informações Básicas da Extensão
Nome | Acronym Search |
ID | ffbiglaanljphblapamknfdpnnhmdfcm |
URL Oficial | https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm |
Descrição | Lookup acronyms without leaving the page |
Tamanho do Arquivo | 7.64 KB |
Contagem de Instalações | 106 |
Versão Atual | 1.0 |
Última Atualização | 2019-11-04 |
Data de Publicação | 2019-11-03 |
Desenvolvedor | justinchan |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Acronym Search", "version": "1.0", "description": "Lookup acronyms without leaving the page", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "https:\/\/www.acronymfinder.com\/" ], "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "128": "icons\/128x128.png" }, "manifest_version": 2 } |