Pocketmark
From pocket to chrome bookmarks
Qu'est-ce que Pocketmark ?
Pocketmark est une extension Chrome développée par Rui Gil, et sa fonction principale est "From pocket to chrome bookmarks".
Télécharger le fichier CRX de l'extension Pocketmark
Téléchargez les fichiers d'extension Pocketmark 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
Informations de Base sur l'Extension
Nom | |
ID | lfdaoknoeeccdlpdladikpkgphglbchn |
URL Officiel | https://chrome.google.com/webstore/detail/pocketmark/lfdaoknoeeccdlpdladikpkgphglbchn |
Description | From pocket to chrome bookmarks |
Taille du Fichier | 211 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.3.7 |
Dernière Mise à Jour | 2017-01-07 |
Date de Publication | 2017-01-07 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Rui Gil |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ruipgil/pocketmark |
URL de la Page d'Aide | https://github.com/ruipgil/pocketmark/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pocketmark", "version": "0.3.7", "description": "From pocket to chrome bookmarks", "background": { "scripts": [ ".\/libs\/async.js", ".\/js\/consumer.key.js", ".\/libs\/pocket.js", ".\/js\/storage.js", ".\/js\/background.js" ], "persistent": false }, "icons": { "16": ".\/img\/icon-16.png", "32": ".\/img\/icon-32.png", "64": ".\/img\/icon-64.png", "128": ".\/img\/icon-128.png" }, "options_page": ".\/settings.html", "permissions": [ "https:\/\/getpocket.com\/v3\/get", "https:\/\/getpocket.com\/v3\/add", "bookmarks", "storage", "alarms", "identity" ], "manifest_version": 2 } |