bookmarks+emoji
Custom Emojis for Chrome Bookmarks.
Apa itu bookmarks+emoji?
bookmarks+emoji adalah ekstensi Chrome yang dikembangkan oleh iklimbov, dan fitur utamanya adalah "Custom Emojis for Chrome Bookmarks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi bookmarks+emoji
Unduh file ekstensi bookmarks+emoji 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
🔸 Personalized alternative to the traditional Chrome Bookmarks Bar
🔸 Set default icons to Emojis for more privacy
🔸 Switch between icons-only view and Bookmarks titles view
🔸 Use folder shortcuts for quicker access
🔸 Deleted a Bookmark by accident? Find it later in Recycling Bin
🔸 Clean up and archive old Bookmarks (unused for 90 days) Informasi Dasar Ekstensi
| Nama | |
| ID | edhimhkligfccgpkiahdmioohofelpgm |
| URL Resmi | https://chromewebstore.google.com/detail/bookmarks+emoji/edhimhkligfccgpkiahdmioohofelpgm |
| Deskripsi | Custom Emojis for Chrome Bookmarks. |
| Ukuran File | 1.01 MB |
| Jumlah Instalasi | 351 |
| Versi Saat Ini | 1.33.0 |
| Terakhir Diperbarui | 2022-06-08 |
| Tanggal Publikasi | 2020-09-25 |
| Penilaian | 3.41/5 Total 17 Penilaian |
| Pengembang | iklimbov |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "bookmarks+emoji",
"description": "Custom Emojis for Chrome Bookmarks.",
"version": "1.33.0",
"default_locale": "en",
"background": {
"scripts": [
"js\/bkmks_panel_background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*:\/\/*\/*",
"file:\/\/\/"
],
"js": [
"js\/bkmks_panel_content_script.js"
],
"css": [
"css\/bkmks_panel_main.css"
],
"match_about_blank": true
}
],
"web_accessible_resources": [
"bkmks_panel_popup.html",
"bkmks_panel_inj.html"
],
"browser_action": {
"default_icon": "images\/icon_128.png"
},
"icons": {
"128": "images\/icon_128.png"
},
"permissions": [
"tabs",
"storage",
"bookmarks",
"chrome:\/\/favicon\/",
"activeTab",
"history",
"webNavigation"
]
} | |