Favicon Changer

Lets you change favicons for your bookmarks, single webpages and entire websites.

Τι είναι το Favicon Changer;

Το Favicon Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maxximum Creations, και η κύρια λειτουργία του είναι "Lets you change favicons for your bookmarks, single webpages and entire websites.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Favicon Changer

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

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

                        - No more blank icons next to your bookmarks.
- Customize favicons for almost any webpage or website.
- Choose favicons for a single page or the entire site.
- No complex regular expressions to match urls with.
- Changes favicons on all your bookmarks and tabs without needing to refresh.
- Use almost any image format, from the internet, or your computer.
- Automatically resizes your images to favicon size and provides a preview.
- Updates old or outdated favicons that are stuck in the cache.
- Choose your own default favicon to use if none exists.
- Choose to remove all favicons, using one favicon for everything.
- Add favicons for links that are not webpages, such as pictures, songs or videos.
- Add favicons for links on your local hard drive as well.
- No need to mess around with confusing configuration files.
- A safe and secure extension that does not reveal your folders or files.
- Fully featured options page with multiple views and choices.
- Easy to use interface with detailed error handling.
- Saves all your settings and loads them automatically.
- Simple interface with intuitive features and options.
- Use as a manager and organizer for all your custom bookmark favicons.
- Limited time offer:  Free to download for testing.
- Usage details:  Designed for Windows.  Does not work with Mac.
- If you have any problems or recommendations, please let me know and I will try to fix them.
- Any feedback over bugs or requests for improvements are welcomed.
- If you like the extension and find it helpful, please comment and rate it.                    

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

Όνομα Favicon Changer Favicon Changer
ID ijaabbaphikljkkcbgpbaljfjpflpeoo
Επίσημο URL https://chromewebstore.google.com/detail/favicon-changer/ijaabbaphikljkkcbgpbaljfjpflpeoo
Περιγραφή Lets you change favicons for your bookmarks, single webpages and entire websites.
Μέγεθος Αρχείου 76.17 KB
Αριθμός Εγκαταστάσεων 31,468
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2013-01-02
Ημερομηνία Δημοσίευσης 2013-01-01
Αξιολόγηση 3.80/5 Συνολικά 157 Αξιολογήσεις
Προγραμματιστής Maxximum Creations
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "popup.html",
        "default_title": "Favicon Changer"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Lets you change favicons for your bookmarks, single webpages and entire websites.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Favicon Changer",
    "options_page": "options.html",
    "permissions": [
        "",
        "tabs",
        "storage",
        "bookmarks",
        "unlimitedStorage"
    ],
    "version": "1.0.3"
}