Pixel Talk
Let's talk about the pixels in this page
What is Pixel Talk?
Pixel Talk is a Chrome extension developed by https://moraga.com.br, and its main feature is "Let's talk about the pixels in this page".
Extension Screenshots
Download Pixel Talk Extension CRX File
Download Pixel Talk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pixel Talk |
ID | nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Official URL | https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Description | Let's talk about the pixels in this page |
File Size | 8.58 KB |
Installation Count | 10 |
Current Version | 0.2 |
Last Updated | 2014-12-23 |
Publish Date | 2014-12-23 |
Developer | https://moraga.com.br |
Payment Type | free |
Supported Languages | 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\/" ] } |