Star-rules

Apply CSS rules to all elements on the page

Qu'est-ce que Star-rules ?

Star-rules est une extension Chrome développée par https://chaitanyapramod.com, et sa fonction principale est "Apply CSS rules to all elements on the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Star-rules

Téléchargez les fichiers d'extension Star-rules au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Applies CSS transition on all elements in the current page. All transitions on the page smoothly animate between values.

To try this out, open http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/ in Chrome browser and click on the star icon in the toolbar. Howering over the links in the article smoothly change their background.

The source-code of this project is hosted at https://github.com/chaitanyapramod/Star-rules                    

Informations de Base sur l'Extension

Nom Star-rules Star-rules
ID keoloppemkcfmkhccfdjhijediepcaip
URL Officiel https://chromewebstore.google.com/detail/star-rules/keoloppemkcfmkhccfdjhijediepcaip
Description Apply CSS rules to all elements on the page
Taille du Fichier 61 KB
Nombre d'Installations 16
Version Actuelle 0.0.3
Dernière Mise à Jour 2018-02-25
Date de Publication 2018-02-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://chaitanyapramod.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://chaitanyapramod.com/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star-rules",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Apply CSS rules to all elements on the page",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/star_orange_32.png",
        "default_title": "Toggle CSS transition on '*' selector"
    },
    "icons": {
        "256": "images\/star_orange_256.png",
        "128": "images\/star_orange_128.png",
        "64": "images\/star_orange_64.png",
        "48": "images\/star_orange_48.png",
        "32": "images\/star_orange_32.png",
        "16": "images\/star_orange_16.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ]
}