Yellow Landscape
Change current page background to yellow
Apa itu Yellow Landscape?
Yellow Landscape adalah ekstensi Chrome yang dikembangkan oleh dan.belz69, dan fitur utamanya adalah "Change current page background to yellow".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yellow Landscape
Unduh file ekstensi Yellow Landscape dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.
Informasi Dasar Ekstensi
Nama | |
ID | jgielablfighaafogapfgpnlieaajbgk |
URL Resmi | https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk |
Deskripsi | Change current page background to yellow |
Ukuran File | 5.52 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-06-19 |
Tanggal Publikasi | 2014-06-19 |
Penilaian | 2.31/5 Total 13 Penilaian |
Pengembang | dan.belz69 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Yellow Landscape", "description": "Change current page background to yellow", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |