Για να δοκιμάσετε τα χιλιάδες διαθέσιμα πρόσθετα που είναι διαθέσιμα εδώ, κάντε λήψη του Mozilla Firefox, ενός γρήγορου, ελεύθερου τρόπου για πλοήγηση στο διαδίκτυο!

Κλείσιμο

Καλώς ορίσατε στα πρόσθετα Firefox.

Διαλέξτε μεταξύ χιλιάδων επιπλέον χαρακτηριστικών και στυλ για να κάνετε τον Firefox δικό σας.

Κλείσιμο

Στο δρόμο;

Ελέγξτε τη σελίδα μας Mobile Πρόσθετα.

Κλείσιμο

Ιστορικό εκδόσεων Generic CSS Loader 2

6 εκδόσεις

Να προσέχετε με τις παλιότερες εκδόσεις!

Αυτές οι εκδόσεις εμφανίζονται για αναφορικούς και δοκιμαστικούς σκοπούς. Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός πρόσθετου.

Έκδοση 0.2.5.1-signed.1-signed 16.3 KiB Λειτουργεί με το Firefox 4.0 - 56.*, SeaMonkey 2.3 - 2.48

- added a toolbar button

Έκδοση 0.2.1-signed.1-signed 10.9 KiB Λειτουργεί με το Firefox 4.0 - 29.0, SeaMonkey 2.3 - 2.26

New to 0.2:

- Added Clear Line button with shortcut Ctrl+L.
- Added ;} button.
- Changed name of Exit button to the more accurate Cancel.
- Changed name of Try It to Preview with shortcut Ctrl+P.
- Removed Revert button (redundant to Cancel).

Έκδοση 0.1.6.1-signed.1-signed 10.7 KiB Λειτουργεί με το Firefox 6.0 - 19.*, SeaMonkey 2.3 - 2.12a1

New to 0.1.6:

- Fixed inline editing buttons so if no text is selected, it will not select the inserted code.
- Fixed inline editing buttons so if no text is selected, it will not automatically Preview the changes.
- Fixed problems with overflow input textbox flickering and changing scroll position while editing.
- Fixed Tab function to allow inserting tabs in selected text and multi-line selected text.


New to 0.1.5:

- Code cleanup and notes. Removed global constants.
- Changed main keyboard shortcut to Ctrl+Alt+Slash.
- Fixed Comment/Uncomment to be able to handle comments within comments.
- Fixed a bug with Uncomment failing when the end of the selection includes a line break.
- Made inline editing buttons automatically Preview changes.
- Made inline editing buttons persist the selected text.

Έκδοση 0.1.4.1-signed.1-signed 10.1 KiB Λειτουργεί με το Firefox 4.0 - 14.0, SeaMonkey 2.3 - 2.9.*

New to 0.1.4:

- Added an Unload button to temporarily clear all styles.
- Added panel keyboard shortcuts for Save (Ctrl+S), Try (Ctrl+T), Unload (Ctrl+U),
Revert (Ctrl+R), Comment (Ctrl+/), !important (Ctrl+1), and @import (Ctrl+2).
- Added tooltips for all keyboard shortcuts.
- Total rewrite of inline editing buttons JS to simplify code and automate tab detection.
- Fixed a bug that made the cursor jump to the top of the textbox when using inline buttons if the style is too long.
- Added support for SeaMonkey 2.3+ !

Έκδοση 0.1.3.1-signed.1-signed 9.5 KiB Λειτουργεί με το Firefox 4.0 - 13.*

New to 0.1.3:

- Changed from <tabpanel><vbox> to <tabpanel orient="vertical">.
- Made !important button more sophisticated, can remove !important's or insert them into a selected block.
- Fixed a bug with Uncomment failing when the beginning of the selection includes a line break.
- Added the keyboard shortcut: Ctrl+Alt+G.
- Removed the editor window from the Addons Manager.

Έκδοση 0.1.2.1-signed.1-signed 9.2 KiB Λειτουργεί με το Firefox 4.0 - 13.*

New to 0.1.2:

- Fixed a very baffling bug causing rules with #id to fail by using encodeURIComponent.
- Added a Clear All button to the inline editing buttons.
- Switched JS code from global variable to namespaced object.
- Load starting JS code with an onload eventListener.
- Made Uncomment function more flexible to allow for a single leading or trailing space.

From 0.1.1:

- Localized all labels.
- Force the cursur to appear inside the parenthesis when using @import button.
- Restored the window to Addons Manager Options.

From 0.1:

- Changed branding.
- Switched to using Services.prefs.
- Switched editor from a prefwindow to a dialog window.
- Made dialog resizable.
- Fixed dialog so it persists it's position and size.
- Added menu entries under Web Developer.
- Fixed Theme-specific to show "Default" when viewing default theme.
- Added Exit button to dialog and rearranged the Try it button.
- Added inline editing button for inserting !important tag.
- Added inline editing button for inserting/removing comment tags.
- Added inline editing button for inserting @import lines.