4k Wallpapers
Download all 4k wallpaper images for your desktop backgrounds.
4k Wallpapersとは何ですか?
4k WallpapersはNisha Royによって開発されたChromeの拡張機能で、その主な機能は「Download all 4k wallpaper images for your desktop backgrounds.」です。
拡張機能のスクリーンショット
4k Wallpapers拡張機能のCRXファイルをダウンロード
4k Wallpapers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download all 4k wallpaper images for your desktop backgrounds. These 4k ultra-HD wallpapers are free to use and perfect for high resolution computers and laptops. 拡張機能の基本情報
| 名前 | |
| ID | ifkangkafkbekeepjhhglfdbgbpbdedi |
| 公式URL | https://chromewebstore.google.com/detail/4k-wallpapers/ifkangkafkbekeepjhhglfdbgbpbdedi |
| 説明 | Download all 4k wallpaper images for your desktop backgrounds. |
| ファイルサイズ | 29.43 KB |
| インストール数 | 19 |
| 現在のバージョン | 1 |
| 最終更新日 | 2018-09-02 |
| 公開日 | 2018-09-02 |
| 開発者 | Nisha Roy |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "4k Wallpapers",
"description": "Download all 4k wallpaper images for your desktop backgrounds.",
"browser_action": {
"default_title": "Click Here !"
},
"version": "1",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
]
} | |