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
¿Qué es Likz.Me - Photo Sharing?
Likz.Me - Photo Sharing es una extensión de Chrome desarrollada por https://likz.me, y su función principal es "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Likz.Me - Photo Sharing
Descarga archivos de extensión Likz.Me - Photo Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | mcaakjghifcdfnkdbgjnplijofpeacfm |
URL Oficial | https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm |
Descripción | Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload |
Tamaño del Archivo | 526 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 3.2.2 |
Última Actualización | 2014-09-30 |
Fecha de Publicación | 2014-09-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://likz.me |
Tipo de Pago | free |
Sitio Web de la Extensión | https://likz.me |
Idiomas Soportados | 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", " |