Koala Bookmarks
Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
Apa itu Koala Bookmarks?
Koala Bookmarks adalah ekstensi Chrome yang dikembangkan oleh https://rudeshko.net, dan fitur utamanya adalah "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Koala Bookmarks
Unduh file ekstensi Koala Bookmarks 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
Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.
Informasi Dasar Ekstensi
Nama | Koala Bookmarks |
ID | dppepokpjgoaooihcnelbjhbhnggpblo |
URL Resmi | https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo |
Deskripsi | Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity. |
Ukuran File | 1.21 MB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-01-23 |
Tanggal Publikasi | 2020-01-23 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://rudeshko.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://rudeshko.net/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Koala Bookmarks", "short_name": "Koala", "version": "1.0.1", "manifest_version": 2, "description": "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.", "icons": { "128": "images\/koala_128.png" }, "permissions": [ "storage", "https:\/\/www.googleapis.com\/", "https:\/\/www.google.com\/" ], "oauth2": { "client_id": "136776124756-pvjjqoua8e86tj56l4gq92j8ovvlihnv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "blank.js" ] } ] } |