Show CSS Outline Style
Show the outline of all the elements that exist on the page.
什么是Show CSS Outline Style?
Show CSS Outline Style是由https://blog.mitsuruog.info开发的Chrome扩展程序,该扩展的主要功能是“Show the outline of all the elements that exist on the page.”。
扩展截图
下载Show CSS Outline Style扩展crx文件
下载Show CSS Outline Style扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show the outline of all the elements that exist on the page.
扩展基本信息
名称 | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
官方URL | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
简介 | Show the outline of all the elements that exist on the page. |
文件大小 | 18.41 KB |
安装次数 | 366 |
当前版本 | 0.1.2 |
更新时间 | 2021-11-26 |
上架时间 | 2020-06-25 |
评分 | 5.00/5 共2次评分 |
开发者 | https://blog.mitsuruog.info |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mitsuruog/show-css-outline-style |
帮助页面URL | https://github.com/mitsuruog/show-css-outline-style/issues |
支持的语言 | 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" } |