Pixel Talk
Let's talk about the pixels in this page
O que é Pixel Talk?
Pixel Talk é uma extensão do Chrome desenvolvida por https://moraga.com.br, e sua principal característica é "Let's talk about the pixels in this page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pixel Talk
Baixe arquivos de extensão Pixel Talk 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
Create and share annotations on any web page. The annotations are visible to all users of the plugin. You can drag and drop for better message transmit.
Informações Básicas da Extensão
Nome | Pixel Talk |
ID | nofdmnmoloanabhpnjokkkpfhjgjbmmo |
URL Oficial | https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Descrição | Let's talk about the pixels in this page |
Tamanho do Arquivo | 8.58 KB |
Contagem de Instalações | 10 |
Versão Atual | 0.2 |
Última Atualização | 2014-12-23 |
Data de Publicação | 2014-12-23 |
Desenvolvedor | https://moraga.com.br |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixel Talk", "version": "0.2", "description": "Let's talk about the pixels in this page", "homepage_url": "http:\/\/moraga.com.br\/pixeltalk", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/moraga.com.br\/" ] } |