Fullscreen Pixlr
By Aaron Saporito
Co to jest Fullscreen Pixlr?
Fullscreen Pixlr to rozszerzenie Chrome opracowane przez Aaron Saporito, a jego główną funkcją jest „By Aaron Saporito”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fullscreen Pixlr
Pobierz pliki rozszerzeń Fullscreen Pixlr 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
This gets rid of the empty space/ad space on the far right of the Pixlr editor. Pros; Fullscreen editing Cons; ???
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ohbfippdelopbdagjgdbldkgipebgdna |
Oficjalny URL | https://chrome.google.com/webstore/detail/fullscreen-pixlr/ohbfippdelopbdagjgdbldkgipebgdna |
Opis | By Aaron Saporito |
Rozmiar pliku | 31.88 KB |
Liczba instalacji | 919 |
Aktualna Wersja | 0.1.7 |
Ostatnia Aktualizacja | 2017-03-28 |
Data Publikacji | 2017-03-28 |
Ocena | 2.40/5 Łącznie 15 Oceny |
Deweloper | Aaron Saporito |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fullscreen Pixlr", "version": "0.1.7", "description": "By Aaron Saporito", "content_scripts": [ { "css": [ "full.css" ], "matches": [ "*:\/\/pixlr.com\/editor\/" ] } ], "web_accessible_resources": [ "full.css" ], "browser_action": { "default_icon": "icon48.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |