PocketTags
Adds tags to articles in Pocket base on configurable rules
Что такое PocketTags?
PocketTags - это расширение Chrome, разработанное Przemysław Rumik, и его основная функция - "Adds tags to articles in Pocket base on configurable rules".
Снимки экрана расширения
Скачать файл CRX расширения PocketTags
Скачайте файлы расширений PocketTags в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | PocketTags |
ID | pajmfleghibikehgnindbajeiffijlgd |
Официальный URL | https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd |
Описание | Adds tags to articles in Pocket base on configurable rules |
Размер файла | 1.28 MB |
Количество установок | 55 |
Текущая Версия | 0.0.5.2 |
Последнее Обновление | 2019-04-27 |
Дата публикации | 2019-04-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Przemysław Rumik |
Тип оплаты | free |
Поддерживаемые языки | 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" } } } |