What's site like?
It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…
¿Qué es What's site like??
What's site like? es una extensión de Chrome desarrollada por shoito, y su función principal es "It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión What's site like?
Descarga archivos de extensión What's site like? 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
It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about which server it is published.
Información Básica de la Extensión
Nombre | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
URL Oficial | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
Descripción | It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about… |
Tamaño del Archivo | 227 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.0.0 |
Última Actualización | 2019-02-01 |
Fecha de Publicación | 2019-01-31 |
Desarrollador | shoito |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/dev.virtualearth.net https:\/\/ecn.dev.virtualearth.net; object-src 'self'" } |