Bookmarks
Bookmarks popup window gives you quick access to your favorite websites.
Was ist Bookmarks?
Bookmarks ist eine Chrome-Erweiterung, die von Make it Simpler entwickelt wurde, und ihr Hauptmerkmal ist "Bookmarks popup window gives you quick access to your favorite websites.".
Erweiterungsscreenshots
Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarks-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
Simple and powerful popup bookmark manager. Dropdown list of bookmarks, available at any time. Compact organizer of favorite sites, which is always close at hand. Size: 17 KB. ✔ Changing bookmarks descriptions and links with one click. ✔ Creating, moving or deleting bookmarks and folders on the fly. ✔ Customizable popup window. ✔ Search bar helps you to find the tab from its description or link (Ctrl + F).
Grundlegende Informationen zur Erweiterung
Name | Bookmarks |
ID | nciallonbllgijobgkfanodhehkkkkki |
Offizielle URL | https://chromewebstore.google.com/detail/bookmarks/nciallonbllgijobgkfanodhehkkkkki |
Beschreibung | Bookmarks popup window gives you quick access to your favorite websites. |
Dateigröße | 18.41 KB |
Installationsanzahl | 7,554 |
Aktuelle Version | 1.3.4 |
Letztes Update | 2016-12-17 |
Veröffentlichungsdatum | 2016-12-17 |
Bewertung | 4.66/5 Insgesamt 170 Bewertungen |
Entwickler | Make it Simpler |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | de,en,fr,es,it,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "b.htm" }, "name": "__MSG_extName__", "version": "1.3.4", "description": "__MSG_extDes__", "icons": { "128": "i\/2.png", "48": "i\/1.png", "19": "i\/0.png" }, "browser_action": { "default_icon": "i\/0.png", "default_title": "__MSG_extName__", "default_popup": "p.htm" }, "default_locale": "en", "options_page": "o.htm", "options_ui": { "page": "o.htm", "chrome_style": true }, "offline_enabled": true, "minimum_chrome_version": "42", "permissions": [ "chrome:\/\/favicon\/", "bookmarks", "storage" ] } |