
CSS Reload nga Стоян Димитров
Simplifies stylesheets reload of the current page.
123 Users123 Users
Tejtëdhëna Zgjerimi
Rreth këtij zgjerimi
Reload the current page CSS stylesheets using customizable hotkey, context menu or page action. All three optional - visit the options page.
Why reload all heavy stylesheets?
If you want to omit a stylesheet from reloading (i.e. font foundry resources etc.) add "data-autoreload" attribute with value "false" like this:
Road map
Known issues
Does not refresh `@import`-ed styles. Follow the progress.
Why reload all heavy stylesheets?
If you want to omit a stylesheet from reloading (i.e. font foundry resources etc.) add "data-autoreload" attribute with value "false" like this:
<link href="…" rel="stylesheet" type="text/css" data-autoreload="false">
Road map
- Options page optimizations
- Handle the case when all three invocation methods are unchecked.
- Visual feedback on options save.
- General improvements.
- General code improvements.
Known issues
Does not refresh `@import`-ed styles. Follow the progress.
Rated 4 by 8 reviewers
Më tepër të dhëna
- Lidhje shtese
- Version
- 0.3.9
- Madhësi
- 15,18 KB
- Përditësuar së fundi më
- 10 muaj më parë (16 Dhj 2024)
- Kategori të Afërta
- Licencë
- Licencë e Përshtatur
- Rregulla Privatësie
- Lexoni rregullat e privatësisë për këtë shtesë
- Historik Versionesh
- Shtojeni në koleksion
Shënime hedhjeje në qarkullim për 0.3.9
Made add-on icon and options page theme aware. Code restructuring.