Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Qu'est-ce que Add to Pocket ?
Add to Pocket est une extension Chrome développée par Alex Fomin, et sa fonction principale est "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add to Pocket
Téléchargez les fichiers d'extension Add to Pocket 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 require an "Take from Pocket" extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd) 1.0.3 * Fix icon rotating after click on context menu
Informations de Base sur l'Extension
Nom | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
URL Officiel | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
Description | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
Taille du Fichier | 46.42 KB |
Nombre d'Installations | 413 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2018-01-29 |
Date de Publication | 2018-01-29 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | Alex Fomin |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/alex-fomin/pocket-inpage |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pocket", "version": "1.0.3", "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket", "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "page_action": { "default_icon": { "19": "images\/notAdded-19.png", "38": "images\/notAdded-38.png" }, "default_title": "Add item to Pocket" }, "permissions": [ "tabs", "management", "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "webNavigation" ], "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" } } |