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」です。
拡張機能のスクリーンショット
Cats & Kittens Wallpapers & Themes拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |