YABE - Yet Another Bookmarks Extension
A nicer bookmarks popup
Was ist YABE - Yet Another Bookmarks Extension?
YABE - Yet Another Bookmarks Extension ist eine Chrome-Erweiterung, die von dmitry.clans entwickelt wurde, und ihr Hauptmerkmal ist "A nicer bookmarks popup".
Erweiterungsscreenshots
YABE - Yet Another Bookmarks Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie YABE - Yet Another Bookmarks Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Features:
1. Left-click opens a bookmark in a new tab.
2. Middle-click or Ctrl-click opens a bookmark in a new background tab.
3. Close all open folders by opening another folder.
4. Save opened folder with the scroll position.
5. Options to Edit and Delete bookmarks and folders.
P.S.: new features to come!
v1.2.1
- Restore scroll position after node delete.
v1.2.0
- Improved opening speed.
- Added context menu.
- Added Confirm and Edit dialogs.
- Options to Edit and Delete bookmarks and folders.
v1.1.0:
- Improved popup height changing.
- Added feature to save the opened folder with the scroll position. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | klkgpklahpjgbcepaackkmkkfoomeijg |
| Offizielle URL | https://chromewebstore.google.com/detail/yabe-yet-another-bookmark/klkgpklahpjgbcepaackkmkkfoomeijg |
| Beschreibung | A nicer bookmarks popup |
| Dateigröße | 476 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2020-11-27 |
| Veröffentlichungsdatum | 2020-10-27 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | dmitry.clans |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Clans/yabe |
| Hilfeseite URL | https://github.com/Clans/yabe/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YABE - Yet Another Bookmarks Extension",
"version": "1.2.1",
"description": "A nicer bookmarks popup",
"permissions": [
"bookmarks",
"storage",
"chrome:\/\/favicon\/"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Bookmarks",
"default_popup": "popup.html",
"default_icon": {
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"64": "images\/icon_64.png",
"128": "images\/icon_128.png",
"256": "images\/icon_256.png",
"512": "images\/icon_512.png"
}
},
"icons": {
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"64": "images\/icon_64.png",
"128": "images\/icon_128.png",
"256": "images\/icon_256.png",
"512": "images\/icon_512.png"
},
"manifest_version": 2
} | |