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…
O que é What's site like??
What's site like? é uma extensão do Chrome desenvolvida por shoito, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão What's site like?
Baixe arquivos de extensão What's site like? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
URL Oficial | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
Descrição | 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… |
Tamanho do Arquivo | 227 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-02-01 |
Data de Publicação | 2019-01-31 |
Desenvolvedor | shoito |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |