Cats & Kittens Wallpapers & Themes

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

Cats & Kittens Wallpapers & Themes란 무엇입니까?

Cats & Kittens Wallpapers & Themes은(는) lunu.bounir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random wallpaper on your new tab for all cats & kittens lovers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cats & Kittens Wallpapers & Themes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}