Pixel Talk
Let's talk about the pixels in this page
¿Qué es Pixel Talk?
Pixel Talk es una extensión de Chrome desarrollada por https://moraga.com.br, y su función principal es "Let's talk about the pixels in this page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pixel Talk
Descarga archivos de extensión Pixel Talk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Pixel Talk |
ID | nofdmnmoloanabhpnjokkkpfhjgjbmmo |
URL Oficial | https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Descripción | Let's talk about the pixels in this page |
Tamaño del Archivo | 8.58 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 0.2 |
Última Actualización | 2014-12-23 |
Fecha de Publicación | 2014-12-23 |
Desarrollador | https://moraga.com.br |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |