PocketTags
Adds tags to articles in Pocket base on configurable rules
Qu'est-ce que PocketTags ?
PocketTags est une extension Chrome développée par Przemysław Rumik, et sa fonction principale est "Adds tags to articles in Pocket base on configurable rules".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PocketTags
Téléchargez les fichiers d'extension PocketTags 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
Do you use filters in GMAIL or other mail program? Now you can use similar approach for adding Tags to posts in your Pocket. Simply click Add Rule, and create new rule, with Tag name, info if rule is for title of post, or link address, next put words which should be prosent, and those which shouldn't.
Informations de Base sur l'Extension
Nom | PocketTags |
ID | pajmfleghibikehgnindbajeiffijlgd |
URL Officiel | https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd |
Description | Adds tags to articles in Pocket base on configurable rules |
Taille du Fichier | 1.28 MB |
Nombre d'Installations | 55 |
Version Actuelle | 0.0.5.2 |
Dernière Mise à Jour | 2019-04-27 |
Date de Publication | 2019-04-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Przemysław Rumik |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PocketTags", "version": "0.0.5.2", "description": "Adds tags to articles in Pocket base on configurable rules", "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "declarativeContent", "identity" ], "web_accessible_resources": [ "oauth.html", "oauth.js" ], "page_action": { "default_title": "PocketTags settings", "default_popup": "popup.html", "default_icon": { "19": "tag16.png", "38": "tag32.png" } } } |