Web Bookmark
Access your Chrome bookmarks from anywhere.
Wat is Web Bookmark?
Web Bookmark is een Chrome-extensie ontwikkeld door SAGAN, en de belangrijkste functie is "Access your Chrome bookmarks from anywhere.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Bookmark
Download Web Bookmark-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
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 收藏夹.
Basisinformatie over de Extensie
Naam | |
ID | ocgpeglcikmofdphblhakkpkndifnhkh |
Officiële URL | https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh |
Beschrijving | Access your Chrome bookmarks from anywhere. |
Bestandsgrootte | 39.18 KB |
Aantal Installaties | 148 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-05-11 |
Publicatiedatum | 2019-01-02 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | SAGAN |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |