PocketTags
Adds tags to articles in Pocket base on configurable rules
PocketTagsとは何ですか?
PocketTagsはPrzemysław Rumikによって開発されたChromeの拡張機能で、その主な機能は「Adds tags to articles in Pocket base on configurable rules」です。
拡張機能のスクリーンショット
PocketTags拡張機能のCRXファイルをダウンロード
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" } } } |