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…
What's site like?とは何ですか?
What's site like?はshoitoによって開発されたChromeの拡張機能で、その主な機能は「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…」です。
拡張機能のスクリーンショット
What's site like?拡張機能のCRXファイルをダウンロード
What's site like?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
公式URL | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
説明 | 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… |
ファイルサイズ | 227 KB |
インストール数 | 29 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-02-01 |
公開日 | 2019-01-31 |
開発者 | shoito |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |