Pixel Talk
Let's talk about the pixels in this page
Hvad er Pixel Talk?
Pixel Talk er en Chrome-udvidelse udviklet af https://moraga.com.br, og dens hovedfunktion er "Let's talk about the pixels in this page".
Udvidelsesskærmbilleder
Download Pixel Talk-udvidelses-CRX-fil
Download Pixel Talk-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Pixel Talk |
ID | nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Officiel URL | https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Beskrivelse | Let's talk about the pixels in this page |
Filstørrelse | 8.58 KB |
Antal Installationer | 10 |
Nuværende Version | 0.2 |
Senest Opdateret | 2014-12-23 |
Udgivelsesdato | 2014-12-23 |
Udvikler | https://moraga.com.br |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |