Pocketmark
From pocket to chrome bookmarks
Wat is Pocketmark?
Pocketmark is een Chrome-extensie ontwikkeld door Rui Gil, en de belangrijkste functie is "From pocket to chrome bookmarks".
Download het CRX-bestand van de extensie Pocketmark
Download Pocketmark-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
Basisinformatie over de Extensie
Naam | |
ID | lfdaoknoeeccdlpdladikpkgphglbchn |
Officiële URL | https://chrome.google.com/webstore/detail/pocketmark/lfdaoknoeeccdlpdladikpkgphglbchn |
Beschrijving | From pocket to chrome bookmarks |
Bestandsgrootte | 211 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.3.7 |
Laatst Bijgewerkt | 2017-01-07 |
Publicatiedatum | 2017-01-07 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Rui Gil |
Betalingswijze | free |
Extensiewebsite | https://github.com/ruipgil/pocketmark |
Help Pagina-URL | https://github.com/ruipgil/pocketmark/issues |
Ondersteunde Talen | 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 } |