Find your sentence - Right Click
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
O que é Find your sentence - Right Click?
Find your sentence - Right Click é uma extensão do Chrome desenvolvida por https://sites.google.com/site/tientx, e sua principal característica é "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Find your sentence - Right Click
Baixe arquivos de extensão Find your sentence - Right Click 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
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Informações Básicas da Extensão
Nome | Find your sentence - Right Click |
ID | fidadahkfilmdojoobcbaanlbhdjnmll |
URL Oficial | https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll |
Descrição | Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia... |
Tamanho do Arquivo | 7.92 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0.0.0 |
Última Atualização | 2016-11-03 |
Data de Publicação | 2016-11-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://sites.google.com/site/tientx |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...", "icons": { "128": "lludwig-logo-128x128.png" }, "minimum_chrome_version": "6", "name": "Find your sentence - Right Click", "permissions": [ "contextMenus", "windows" ], "version": "1.0.0.0", "manifest_version": 2 } |