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…
Was ist What's site like??
What's site like? ist eine Chrome-Erweiterung, die von shoito entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
What's site like?-Erweiterungs-CRX-Datei herunterladen
Laden Sie What's site like?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
Offizielle URL | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
Beschreibung | 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… |
Dateigröße | 227 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-02-01 |
Veröffentlichungsdatum | 2019-01-31 |
Entwickler | shoito |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |