UComment
Comment on any web site, right among the content and share with others
¿Qué es UComment?
UComment es una extensión de Chrome desarrollada por https://ucomment.me, y su función principal es "Comment on any web site, right among the content and share with others".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UComment
Descarga archivos de extensión UComment 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
Leave comment on any web site (regardless of the site functionality), right among the content with mouse right-click Your comments can be: - public (visible by other users of the service) - private (visible only by the users that follow you) Site ucomment.me allows you: - see all your comments and comments of the people you follow - find new users to follow - manage your settings
Información Básica de la Extensión
Nombre | UComment |
ID | pojcfddfingjnaommdhjhhlpigbcbdbp |
URL Oficial | https://chromewebstore.google.com/detail/ucomment/pojcfddfingjnaommdhjhhlpigbcbdbp |
Descripción | Comment on any web site, right among the content and share with others |
Tamaño del Archivo | 2.31 MB |
Cantidad de Instalaciones | 28 |
Versión Actual | 0.6.1 |
Última Actualización | 2020-05-04 |
Fecha de Publicación | 2020-05-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://ucomment.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ucomment.me |
URL de la Página de Ayuda | https://ucomment.me/how_faq |
URL de la Página de Política de Privacidad | https://ucomment.me/privacy |
Idiomas Soportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "UComment", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "0.6.1", "default_locale": "en", "web_accessible_resources": [ "img\/*", "html\/*" ], "permissions": [ "contextMenus" ], "icons": { "16": "img\/c_icon_red16.png", "48": "img\/c_icon_red48.png", "128": "img\/c_icon_red9632.png" }, "background": { "scripts": [ "vendor\/jquery.min.js", "js\/shared.min.js", "js\/baseUtil.min.js", "js\/base.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.ucomment.me\/*" ], "js": [ "vendor\/jquery.min.js", "js\/shared.min.js", "js\/contentUtil.min.js", "js\/content.min.js" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": { "16": "img\/c_icon_grey16.png", "32": "img\/c_icon_grey32.png", "48": "img\/c_icon_grey48.png", "128": "img\/c_icon_grey9632.png" }, "default_title": "UComment", "default_popup": "html\/popover.html" } } |