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'est-ce que What's site like? ?
What's site like? est une extension Chrome développée par shoito, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What's site like?
Téléchargez les fichiers d'extension What's site like? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
URL Officiel | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
Description | 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… |
Taille du Fichier | 227 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-02-01 |
Date de Publication | 2019-01-31 |
Développeur | shoito |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |