Homepage
A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
Apa itu Homepage?
Homepage adalah ekstensi Chrome yang dikembangkan oleh axel7083, dan fitur utamanya adalah "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Homepage
Unduh file ekstensi Homepage 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
A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!
Informasi Dasar Ekstensi
Nama | Homepage |
ID | lldjhjmaljndmlnbomjcofanjalieahb |
URL Resmi | https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb |
Deskripsi | A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts… |
Ukuran File | 1.01 MB |
Jumlah Instalasi | 77 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2021-04-17 |
Tanggal Publikasi | 2020-10-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | axel7083 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/axel0070/Homepage |
URL Halaman Bantuan | https://github.com/axel0070/Homepage/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homepage", "version": "0.3", "manifest_version": 2, "background": { "scripts": [ "app\/background.js" ] }, "browser_action": { "default_title": "Options" }, "options_page": "index.html", "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*" ], "permissions": [ "chrome:\/\/favicon\/", "https:\/\/i.olsh.me\/*", "https:\/\/api.github.com\/*", "storage", "history", "tabs" ], "commands": { "open": { "suggested_key": { "default": "Ctrl+Q" }, "description": "Open HomePage" } }, "icons": { "32": ".\/images\/homepage-32.png", "64": ".\/images\/homepage-64.png", "128": ".\/images\/homepage-128.png" } } |