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
Was ist Likz.Me - Photo Sharing?
Likz.Me - Photo Sharing ist eine Chrome-Erweiterung, die von https://likz.me entwickelt wurde, und ihr Hauptmerkmal ist "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".
Erweiterungsscreenshots
Likz.Me - Photo Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Likz.Me - Photo Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | mcaakjghifcdfnkdbgjnplijofpeacfm |
Offizielle URL | https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm |
Beschreibung | Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload |
Dateigröße | 526 KB |
Installationsanzahl | 19 |
Aktuelle Version | 3.2.2 |
Letztes Update | 2014-09-30 |
Veröffentlichungsdatum | 2014-09-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://likz.me |
Zahlungsart | free |
Erweiterungswebsite | https://likz.me |
Unterstützte Sprachen | 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", " |