PocketTags
Adds tags to articles in Pocket base on configurable rules
Apa itu PocketTags?
PocketTags adalah ekstensi Chrome yang dikembangkan oleh Przemysław Rumik, dan fitur utamanya adalah "Adds tags to articles in Pocket base on configurable rules".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PocketTags
Unduh file ekstensi PocketTags dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PocketTags |
ID | pajmfleghibikehgnindbajeiffijlgd |
URL Resmi | https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd |
Deskripsi | Adds tags to articles in Pocket base on configurable rules |
Ukuran File | 1.28 MB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 0.0.5.2 |
Terakhir Diperbarui | 2019-04-27 |
Tanggal Publikasi | 2019-04-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Przemysław Rumik |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |