Show CSS Outline Style
Show the outline of all the elements that exist on the page.
Show CSS Outline Style là gì?
Show CSS Outline Style là một tiện ích mở rộng Chrome được phát triển bởi https://blog.mitsuruog.info, và tính năng chính của nó là "Show the outline of all the elements that exist on the page.".
Ả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 Show CSS Outline Style
Tải xuống các tệp mở rộng Show CSS Outline Style 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
Show the outline of all the elements that exist on the page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
URL Chính Thức | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
Mô tả | Show the outline of all the elements that exist on the page. |
Kích Thước Tệp | 18.41 KB |
Số Lần Cài Đặt | 366 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2021-11-26 |
Ngày Phát Hành | 2020-06-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://blog.mitsuruog.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mitsuruog/show-css-outline-style |
URL Trang Trợ Giúp | https://github.com/mitsuruog/show-css-outline-style/issues |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/Icon-16.png", "128": "assets\/icons\/Icon-128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "default_locale": "ja" } |