enfu.se

Paint the web

Τι είναι το enfu.se;

Το enfu.se είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://enfu.se, και η κύρια λειτουργία του είναι "Paint the web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης enfu.se

Λήψη αρχείων επέκτασης enfu.se σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        any site, any color. you decide.

At enfu.se we focus on one thing, keeping it simple. While the software we have built is quite complex behind-the-scenes, we will never pass that on to you. Our one-click system allows visitors to apply custom colors to any site with one click.

The extension is built to aid those with IRLENS and color blindness, but that doesn't mean enfu.se can't be fun. Our software provides a paint brush to artists, students and internet users looking to change the colors of websites they visit. Point. Click. Paint.


INSTRUCTIONS:

Painting-
After installing the Chrome extension you will see our signature (e) icon appear in the bottom left of your screen. Click the icon to enable the tray, click a circle in the tray to paint.

Custom Drops-
To create your own color drops, click the paint droplet icon when the tray is open. Observe the seven color tiles, select a tile, choose a color from the color picker, click "ok". Once a color is changed the page will refresh. When you are happy with the color, click the paint drop icon again. You will notice the new color drop you created is now in your tray.

Reset-
Are the painted colors not working properly on a specific site or just want to flip back to the default website? With the tray open, click the light-bulb icon once to clear the applied colors for the domain you are on.

Turn Off-
Trying to make the (e) icon go away for a while? In the top right of your browser, you should see our (e) icon (up by the URL bar). Click that icon, toggle the switch to off.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα enfu.se enfu.se
ID ohnkjigffkfngfbinbnpklglideeafbf
Επίσημο URL https://chrome.google.com/webstore/detail/enfuse/ohnkjigffkfngfbinbnpklglideeafbf
Περιγραφή Paint the web
Μέγεθος Αρχείου 131 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση
Τελευταία Ενημέρωση 2015-08-15
Ημερομηνία Δημοσίευσης 2015-08-15
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://enfu.se
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://enfu.se
Διεύθυνση URL της Σελίδας Βοήθειας https://enfu.se/#contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "enfu.se",
    "description": "Paint the web",
    "version": "1.1.2",
    "version_name": "\u221e",
    "permissions": [
        "cookies",
        "tabs",
        "https:\/\/cdn.enfu.se\/"
    ],
    "icons": {
        "16": "big-e-logo.png",
        "48": "big-e-logo.png",
        "128": "big-e-logo.png"
    },
    "browser_action": {
        "default_icon": "big-e-logo.png",
        "default_popup": "index.htm"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "appStart.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.enfu.se; object-src 'self'",
    "web_accessible_resources": [
        "enfuse.js"
    ]
}