YMPU
Post photos and urls.
Co to jest YMPU?
YMPU to rozszerzenie Chrome opracowane przez joe.murphy, a jego główną funkcją jest „Post photos and urls.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YMPU
Pobierz pliki rozszerzeń YMPU 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
Upload photos and URLs from the web to any site that supports and is configured to handle photo and URL uploads.
Podstawowe informacje o rozszerzeniu
Nazwa | YMPU |
ID | pdagioidoiplkieipnnhmfkpdcdmabof |
Oficjalny URL | https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof |
Opis | Post photos and urls. |
Rozmiar pliku | 6.25 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.2.3 |
Ostatnia Aktualizacja | 2015-07-19 |
Data Publikacji | 2015-07-19 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | joe.murphy |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://twitter.com/freejoe76 |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YMPU", "version": "0.2.3", "manifest_version": 2, "description": "Post photos and urls.", "options_page": "options.html", "browser_action": { "default_icon": "icon.gif", "default_popup": "menu.html", "default_title": "YM" }, "icons": { "16": "icon_16.gif", "48": "icon.gif" }, "background": { "page": "background.html" }, "permissions": [ "storage", "tabs", "contextMenus", "http:\/\/*\/*", "http:\/\/*\/", "https:\/\/*\/" ] } |