Pixel Talk
Let's talk about the pixels in this page
Co to jest Pixel Talk?
Pixel Talk to rozszerzenie Chrome opracowane przez https://moraga.com.br, a jego główną funkcją jest „Let's talk about the pixels in this page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pixel Talk
Pobierz pliki rozszerzeń Pixel Talk w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Pixel Talk |
ID | nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Oficjalny URL | https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo |
Opis | Let's talk about the pixels in this page |
Rozmiar pliku | 8.58 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2014-12-23 |
Data Publikacji | 2014-12-23 |
Deweloper | https://moraga.com.br |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |