Web Bookmark
Access your Chrome bookmarks from anywhere.
Was ist Web Bookmark?
Web Bookmark ist eine Chrome-Erweiterung, die von SAGAN entwickelt wurde, und ihr Hauptmerkmal ist "Access your Chrome bookmarks from anywhere.".
Erweiterungsscreenshots
Web Bookmark-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Bookmark-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
This extension makes your Chrome bookmarks available in a web page, so you can access your Chrome bookmarks from any devices or browsers via the web. Usage: click the extension icon (pink heart), then open the "My Web Bookmark" link, and you will see all your Chrome bookmarks here. Save the link of this page to anywhere you need. 从任何地方访问您的 Chrome 收藏夹.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ocgpeglcikmofdphblhakkpkndifnhkh |
Offizielle URL | https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh |
Beschreibung | Access your Chrome bookmarks from anywhere. |
Dateigröße | 39.18 KB |
Installationsanzahl | 148 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2023-05-11 |
Veröffentlichungsdatum | 2019-01-02 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | SAGAN |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Bookmark", "description": "Access your Chrome bookmarks from anywhere.", "version": "1.0.4", "author": "Jacques De SAGAN", "manifest_version": 2, "permissions": [ "bookmarks", "storage" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true } } |