bookmarks+emoji
Custom Emojis for Chrome Bookmarks.
Wat is bookmarks+emoji?
bookmarks+emoji is een Chrome-extensie ontwikkeld door iklimbov, en de belangrijkste functie is "Custom Emojis for Chrome Bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie bookmarks+emoji
Download bookmarks+emoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
🔸 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) Basisinformatie over de Extensie
| Naam | |
| ID | edhimhkligfccgpkiahdmioohofelpgm |
| Officiële URL | https://chromewebstore.google.com/detail/bookmarks+emoji/edhimhkligfccgpkiahdmioohofelpgm |
| Beschrijving | Custom Emojis for Chrome Bookmarks. |
| Bestandsgrootte | 1.01 MB |
| Aantal Installaties | 351 |
| Huidige Versie | 1.33.0 |
| Laatst Bijgewerkt | 2022-06-08 |
| Publicatiedatum | 2020-09-25 |
| Beoordeling | 3.41/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | iklimbov |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |