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? là gì?
What's site like? là một tiện ích mở rộng Chrome được phát triển bởi shoito, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng What's site like?
Tải xuống các tệp mở rộng What's site like? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
URL Chính Thức | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
Mô tả | 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… |
Kích Thước Tệp | 227 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-02-01 |
Ngày Phát Hành | 2019-01-31 |
Nhà Phát Triển | shoito |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |