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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } |