Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
O que é Pxlet Bookmarklet?
Pxlet Bookmarklet é uma extensão do Chrome desenvolvida por Pxlet, e sua principal característica é "This is an extension to help you bookmark any link into Pxlet.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pxlet Bookmarklet
Baixe arquivos de extensão Pxlet Bookmarklet 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
This is an extension for you to bookmark any link online and stored in Pxlet.com so that you can read it later anywhere anytime
Informações Básicas da Extensão
Nome | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
URL Oficial | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
Descrição | This is an extension to help you bookmark any link into Pxlet.com |
Tamanho do Arquivo | 8.63 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.2.0 |
Última Atualização | 2023-09-24 |
Data de Publicação | 2018-11-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Pxlet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pxlet.com |
URL da Página de Política de Privacidade | https://www.pxlet.com/doc/privacy.php |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pxlet Bookmarklet", "version": "1.2.0", "description": "This is an extension to help you bookmark any link into Pxlet.com", "manifest_version": 3, "icons": { "16": "image\/logo.png", "32": "image\/logo.png", "64": "image\/logo.png", "128": "image\/logo.png" }, "permissions": [ "contextMenus", "declarativeContent", "notifications", "tabs" ], "host_permissions": [ "*:\/\/www.pxlet.com\/*", "*:\/\/pxlet.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "image\/logo.png", "32": "image\/logo.png", "64": "image\/logo.png", "128": "image\/logo.png" } } } |