Cats & Kittens Wallpapers & Themes

Random wallpaper on your new tab for all cats & kittens lovers

Τι είναι το Cats & Kittens Wallpapers & Themes;

Το Cats & Kittens Wallpapers & Themes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lunu.bounir, και η κύρια λειτουργία του είναι "Random wallpaper on your new tab for all cats & kittens lovers".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cats & Kittens Wallpapers & Themes

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

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

                        This extension replaces Chrome's new tab with a daily cat and kitten wallpaper. You can manually request a new random wallpaper too by pressing the refresh button. Each wallpaper remains for a single day and after that, the extension fetches a new random wallpaper based on the keywords that are listed in the preferences panel. 

There is an additional weather module (plug-in) too. To enable this module, open the preferences panel and adjust the location to get the weather reports from. If at any time you would prefer to hide this weather module, just open the panel and remove the weather location data. Weather data is fetched from openweathermap.com website every 15 minutes.

This extension by default only displays cats and kittens wallpapers. If you want more, simply add the keywords to the preferences panel and request a manual reload.                    

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

Όνομα Cats & Kittens Wallpapers & Themes Cats & Kittens Wallpapers & Themes
ID hkdnmkecoognmkdomlpabdgecolkdokp
Επίσημο URL https://chrome.google.com/webstore/detail/cats-kittens-wallpapers-t/hkdnmkecoognmkdomlpabdgecolkdokp
Περιγραφή Random wallpaper on your new tab for all cats & kittens lovers
Μέγεθος Αρχείου 680 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2018-06-24
Ημερομηνία Δημοσίευσης 2018-06-24
Προγραμματιστής lunu.bounir
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cats & Kittens Wallpapers & Themes",
    "description": "Random wallpaper on your new tab for all cats & kittens lovers",
    "manifest_version": 2,
    "version": "0.1.0",
    "chrome_url_overrides": {
        "newtab": "data\/newtab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "http:\/\/add0n.com\/wallpaper.html?from=ck",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}