Web Bookmark
Access your Chrome bookmarks from anywhere.
Qu'est-ce que Web Bookmark ?
Web Bookmark est une extension Chrome développée par SAGAN, et sa fonction principale est "Access your Chrome bookmarks from anywhere.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Bookmark
Téléchargez les fichiers d'extension Web Bookmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 收藏夹.
Informations de Base sur l'Extension
Nom | |
ID | ocgpeglcikmofdphblhakkpkndifnhkh |
URL Officiel | https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh |
Description | Access your Chrome bookmarks from anywhere. |
Taille du Fichier | 39.18 KB |
Nombre d'Installations | 148 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-05-11 |
Date de Publication | 2019-01-02 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | SAGAN |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |