CSS Style Finder
Finds elements matching a given CSS selector on the pages you visit.
什么是CSS Style Finder?
CSS Style Finder是由Thomas Grinderslev开发的Chrome扩展程序,该扩展的主要功能是“Finds elements matching a given CSS selector on the pages you visit.”。
下载CSS Style Finder扩展crx文件
下载CSS Style Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | ecfecohpfmmmbmabcenekcebdckjfdpo |
| 官方URL | https://chromewebstore.google.com/detail/css-style-finder/ecfecohpfmmmbmabcenekcebdckjfdpo |
| 简介 | Finds elements matching a given CSS selector on the pages you visit. |
| 文件大小 | 21.49 KB |
| 安装次数 | 72 |
| 当前版本 | 0.2 |
| 更新时间 | 2015-01-08 |
| 上架时间 | 2015-01-08 |
| 开发者 | Thomas Grinderslev |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSS Style Finder",
"version": "0.2",
"description": "Finds elements matching a given CSS selector on the pages you visit.",
"browser_action": {
"default_icon": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"default_popup": "popup.html"
},
"icons": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"128.png",
"128-active.png"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |