RedCode , URL to QR code
RedCode Extension, make the current page URL to QR code.
O que é RedCode , URL to QR code?
RedCode , URL to QR code é uma extensão do Chrome desenvolvida por https://extmanager.com, e sua principal característica é "RedCode Extension, make the current page URL to QR code.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RedCode , URL to QR code
Baixe arquivos de extensão RedCode , URL to QR code 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
Generate QR code of the current tab URL. The RedCode Extension have the following advantages: 1. It only takes 0.1 seconds to generate a QR code from the current URL 2. QRCode can be downloaded and saved 3. Quick and friendly experience
Informações Básicas da Extensão
Nome | RedCode , URL to QR code |
ID | hkffcifnhmgfljkgpcideelklglfcegh |
URL Oficial | https://chromewebstore.google.com/detail/redcode-url-to-qr-code/hkffcifnhmgfljkgpcideelklglfcegh |
Descrição | RedCode Extension, make the current page URL to QR code. |
Tamanho do Arquivo | 316 KB |
Contagem de Instalações | 55 |
Versão Atual | 0.1.0 |
Última Atualização | 2021-09-22 |
Data de Publicação | 2020-05-20 |
Desenvolvedor | https://extmanager.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.extmanager.com/detail/hkffcifnhmgfljkgpcideelklglfcegh.html |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
Idiomas Suportados | en,zh-CN |
manifest.json | |
{ "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.1.0", "icons": { "128": "img\/ico.png", "48": "img\/ico48.png", "19": "img\/ico19.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "img\/ico19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "default_locale": "en", "manifest_version": 2, "homepage_url": "https:\/\/www.extmanager.com\/detail\/hkffcifnhmgfljkgpcideelklglfcegh.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |