PocketTags
Adds tags to articles in Pocket base on configurable rules
What is PocketTags?
PocketTags is a Chrome extension developed by Przemysław Rumik, and its main feature is "Adds tags to articles in Pocket base on configurable rules".
Extension Screenshots
Download PocketTags Extension CRX File
Download PocketTags extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PocketTags |
ID | pajmfleghibikehgnindbajeiffijlgd |
Official URL | https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd |
Description | Adds tags to articles in Pocket base on configurable rules |
File Size | 1.28 MB |
Installation Count | 55 |
Current Version | 0.0.5.2 |
Last Updated | 2019-04-27 |
Publish Date | 2019-04-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Przemysław Rumik |
Payment Type | free |
Supported Languages | 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" } } } |