CSS Style Finder
Finds elements matching a given CSS selector on the pages you visit.
Wat is CSS Style Finder?
CSS Style Finder is een Chrome-extensie ontwikkeld door Thomas Grinderslev, en de belangrijkste functie is "Finds elements matching a given CSS selector on the pages you visit.".
Download het CRX-bestand van de extensie CSS Style Finder
Download CSS Style Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ecfecohpfmmmbmabcenekcebdckjfdpo |
| Officiële URL | https://chromewebstore.google.com/detail/css-style-finder/ecfecohpfmmmbmabcenekcebdckjfdpo |
| Beschrijving | Finds elements matching a given CSS selector on the pages you visit. |
| Bestandsgrootte | 21.49 KB |
| Aantal Installaties | 72 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2015-01-08 |
| Publicatiedatum | 2015-01-08 |
| Ontwikkelaar | Thomas Grinderslev |
| Betalingswijze | free |
| Ondersteunde Talen | 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": [
" | |