Likz.Me - Photo Sharing
Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Co to jest Likz.Me - Photo Sharing?
Likz.Me - Photo Sharing to rozszerzenie Chrome opracowane przez https://likz.me, a jego główną funkcją jest „Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Likz.Me - Photo Sharing
Pobierz pliki rozszerzeń Likz.Me - Photo Sharing 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcaakjghifcdfnkdbgjnplijofpeacfm |
Oficjalny URL | https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm |
Opis | Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload |
Rozmiar pliku | 526 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 3.2.2 |
Ostatnia Aktualizacja | 2014-09-30 |
Data Publikacji | 2014-09-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://likz.me |
Typ Płatności | free |
Strona Rozszerzenia | https://likz.me |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "scripts": [ "js\/chrome.js", "js\/common.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "Capture visible content \/ region of a web page, or the whole page. Edit your image \/ screenshot with our tools and upload", "homepage_url": "https:\/\/likz.me", "icons": { "128": "images\/icon128.png", "16": "images\/icon19.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Likz.Me - Photo Sharing", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", "activeTab", " |