CSSSteal
Given DOM element returns styles applied to it and all its children.
Wat is CSSSteal?
CSSSteal is een Chrome-extensie ontwikkeld door Krasimir Tsonev, en de belangrijkste functie is "Given DOM element returns styles applied to it and all its children.".
Extensie Screenshots
Download het CRX-bestand van de extensie CSSSteal
Download CSSSteal-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
Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.
Basisinformatie over de Extensie
Naam | CSSSteal |
ID | ellabkgcnhflepncdcnelhgclfkgmanh |
Officiële URL | https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh |
Beschrijving | Given DOM element returns styles applied to it and all its children. |
Bestandsgrootte | 557 KB |
Aantal Installaties | 4,448 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2015-10-08 |
Publicatiedatum | 2015-10-08 |
Beoordeling | 2.26/5 Totaal 46 Beoordelingen |
Ontwikkelaar | Krasimir Tsonev |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSSSteal", "description": "Given DOM element returns styles applied to it and all its children.", "version": "1.0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "devtools_page": "devtools.html" } |