cubbles-webinspector
Cubbles web inspector.
cubbles-webinspector là gì?
cubbles-webinspector là một tiện ích mở rộng Chrome được phát triển bởi http://cubbles.github.io, và tính năng chính của nó là "Cubbles web inspector.".
Ả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 cubbles-webinspector
Tải xuống các tệp mở rộng cubbles-webinspector 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
The cubbles-webinspector extension allows inspecting Cubbles components located within a webpage. The extension allows you to list the Cubbles (if any) of the inspected webpage. Also, a list of slots is presented with their related information such as type, value and description. Additionally, the value of a slot can be updated. Furthermore, the extension can be used to visualize the interface (and dataflow) of all the root Cubbles components and the connections between them (if any). Additionally, the root dependencies tress can be visualized too. To access this extension, the desired webpage or Cubbles component should be inspected (https://developers.google.com/web/tools/chrome-devtools/).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | akfjllhjfdmmemabkfcejldemhimifhe |
URL Chính Thức | https://chrome.google.com/webstore/detail/cubbles-webinspector/akfjllhjfdmmemabkfcejldemhimifhe |
Mô tả | Cubbles web inspector. |
Kích Thước Tệp | 1.24 MB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-08-30 |
Ngày Phát Hành | 2019-08-30 |
Nhà Phát Triển | http://cubbles.github.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "cubbles-webinspector", "version": "1.0.3", "manifest_version": 2, "description": "Cubbles web inspector.", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "devtools_page": "cubx_devtools.html", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cubbles.world blob: 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY=' 'sha256-WMJmFsFQaD6i4QiHDBFkHk2SD1KTOwogDfWzMR2treI=' 'sha256-hA\/OrIWJW4aX8miyRD1hQ85mnl\/lQywd+2k\/bpGXYmg=' 'sha256-sj\/\/9vlymLWU5AwPtZU57N+WjWfEKHVtS+GfRWTLIa8=' 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY='; object-src 'self'", "web_accessible_resources": [ "lib\/injected_script.js" ], "background": { "scripts": [ "lib\/background.js" ], "persistent": false } } |