Sync Bookmarks
Synchronise bookmarks
Qu'est-ce que Sync Bookmarks ?
Sync Bookmarks est une extension Chrome développée par Richard Wong, et sa fonction principale est "Synchronise bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sync Bookmarks
Téléchargez les fichiers d'extension Sync Bookmarks 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 saves URLs as bookmarks. The saved bookmarks can be synchronised with Google account. You can also access and edit the bookmarks using the web app.
Informations de Base sur l'Extension
Nom | Sync Bookmarks |
ID | nhmikhiiiehhokigianadabbcbdbanmp |
URL Officiel | https://chromewebstore.google.com/detail/sync-bookmarks/nhmikhiiiehhokigianadabbcbdbanmp |
Description | Synchronise bookmarks |
Taille du Fichier | 547 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.40 |
Dernière Mise à Jour | 2018-04-11 |
Date de Publication | 2018-04-10 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Richard Wong |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ricwtk.github.io/sync-bookmarks/ |
URL de la Page d'Aide | https://ricwtk.github.io/sync-bookmarks/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.40", "name": "Sync Bookmarks", "icons": { "48": "icons\/icon.png", "96": "icons\/icon.png" }, "description": "Synchronise bookmarks", "browser_action": { "browser_style": true, "default_icon": "icons\/icon.png", "default_title": "Sync Bookmarks", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "identity", "*:\/\/www.googleapis.com\/*", "*:\/\/accounts.google.com\/*", "*:\/\/apis.google.com\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAMb25Phbx6WVIm\/a+RIpMdYVMrzaCbL2N6q2MjLlobu031ior10xZGe3gTG6GG1wFDivLFJcuNkVoaqWyFz5xXpisFfbrgOhv3nvF+xo\/AnQGV97aDw0qBm\/NUv+QeL7LC4ABcpWD1GhTsINO630kkC6ePtnolp4p4nRWcVkYRuqBE8Irk7Q67sVutTZ34Goy0X9nhk\/AWQ8ikgFsvGvGIt5BiSWSiKizaktG+YRRAOSWS8ELwbPDCneFht0GXAJ\/gFpdeIuCCtVh5hJ4v2nm5QqGaTjYcMPyKmRNKB7Xt9+DkcTfP6wuvdEJ2e3N4LogthqEC0yMiVxWXQr9yoGwIDAQAB", "oauth2": { "client_id": "903494531768-18mrnp3b725foc9v8rt0bmdd5mqat6e4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.appfolder", "email" ] } } |