Par : Oriol Brufau Add-on
Inspect and view changes in CSS specs mirror source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "CSS specs mirror",
"author": "Oriol Brufau",
"homepage_url": "https://github.com/Loirooriol/css-specs-mirror-webext",
"version": "1.0",
"description": "When drafts.csswg.org is broken, redirects to the w3c.github.io mirror.",
"manifest_version": 2,
"applications": {
"gecko": {
"id": "css-specs-mirror@Loirooriol"
}
},
"content_scripts": [
{
"matches": [
"https://drafts.csswg.org/*"
],
"js": [
"redirect.js"
],
"run_at": "document_start"
}
]
} Meilleures alternatives CSS specs mirror
Voici quelques Firefox add-ons qui sont similaires à CSS specs mirror :
Element CSS
Lance Borden
Simple CSS Overwriter
ProGamer
CSS Web Pages
csswebpages
Live CSS Editor
WIN79 CONG NGHE SO
Unknown css
denn3756
CSS Inspector — Hover to Copy CSS
Eric
CSS Inspector — Hover to Copy CSS
Eric
CSS Analyzer by Project Wallace
Bart Veneman
CSS Debug Overlay Plus
Francis Ruiz
CSS Viewer
Charles Martin
Atomic CSS Devtools
Alexandre Stahmer
Copy HTML with CSS
michalgrzyska