Chrome Dashboard
Shiny new chrome browser new tab screen.
Apa itu Chrome Dashboard?
Chrome Dashboard adalah ekstensi Chrome yang dikembangkan oleh http://www.cenksari.com, dan fitur utamanya adalah "Shiny new chrome browser new tab screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Dashboard
Unduh file ekstensi Chrome Dashboard 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
New Tab Page Replacement. Add your favorite bookmarks and todo list to Chrome Dashboard. Customize your browser's background image. This free extension will make you more productive then ever.
Informasi Dasar Ekstensi
Nama | |
ID | ehmbackcndnlaemcmboagmfmealkfkla |
URL Resmi | https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla |
Deskripsi | Shiny new chrome browser new tab screen. |
Ukuran File | 3.38 MB |
Jumlah Instalasi | 342 |
Versi Saat Ini | 1.9.7 |
Terakhir Diperbarui | 2022-05-24 |
Tanggal Publikasi | 2020-03-14 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | http://www.cenksari.com |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://www.cenksari.com |
URL Halaman Bantuan | https://www.cenksari.com |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Dashboard", "short_name": "New Tab page", "description": "Shiny new chrome browser new tab screen.", "version": "1.9.7", "manifest_version": 2, "author": "Cenk SARI ([email protected])", "homepage_url": "http:\/\/www.cenksari.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "pages\/dashboard.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/api.allorigins.win\/get https:\/\/www.metaweather.com\/api\/location*; object-src 'self'" } |