Bookmark Syncer
A Chrome Extension for Bookmark Sync
Qu'est-ce que Bookmark Syncer ?
Bookmark Syncer est une extension Chrome développée par Hisheng, et sa fonction principale est "A Chrome Extension for Bookmark Sync".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Syncer
Téléchargez les fichiers d'extension Bookmark Syncer 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
It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly
Informations de Base sur l'Extension
Nom | Bookmark Syncer |
ID | mgeeacninhjdldchnllhlncfjcajfpbp |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp |
Description | A Chrome Extension for Bookmark Sync |
Taille du Fichier | 79.96 KB |
Nombre d'Installations | 413 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2022-03-28 |
Date de Publication | 2022-03-28 |
Développeur | Hisheng |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hishengs/bookmark-syncer |
URL de la Page d'Aide | https://github.com/hishengs/bookmark-syncer |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Syncer", "version": "2.0.0", "author": "[email protected]", "description": "A Chrome Extension for Bookmark Sync", "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "content_scripts": [], "action": { "default_icon": "icon\/48.png", "default_title": "A Chrome Extension for Bookmark Sync", "default_popup": "src\/popup.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": true }, "permissions": [ "bookmarks", "storage", "notifications" ], "host_permissions": [ "https:\/\/*.github.com\/", "https:\/\/*.githubusercontent.com\/", "https:\/\/*.gitee.com\/" ], "default_locale": "en" } |