PixTag ~pixiv Bookmark Tag Manager~
Manage pixiv Bookmark Tags Easily
PixTag ~pixiv Bookmark Tag Manager~란 무엇입니까?
PixTag ~pixiv Bookmark Tag Manager~은(는) spoilerline.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage pixiv Bookmark Tags Easily"입니다.
확장 프로그램 스크린샷
PixTag ~pixiv Bookmark Tag Manager~ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features ・Show bookmark tags that you have tagged in bookmark page. ・Submit new bookmark tags from any page. ・Image viewer (zoom in / out & fullscreen). On the bookmark page, this extension shows all the bookmark tags that you have tagged. You can submit new tags from this page. From the "🔍" button, you can view the image. You can zoom in /out the image and view in fullscreen.
확장 프로그램 기본 정보
이름 | PixTag ~pixiv Bookmark Tag Manager~ |
ID | edlkeaoakfmgddfoblpcbhmbbokfcnhn |
공식 URL | https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn |
설명 | Manage pixiv Bookmark Tags Easily |
파일 크기 | 27.86 KB |
설치 횟수 | 632 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2024-01-08 |
출시 날짜 | 2022-09-22 |
평점 | 4.58/5 총 12 개의 평점 |
개발자 | spoilerline.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://spoilerline.com/pixiv-bookmark-tag |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "2.1.0", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.pixiv.net\/*", "https:\/\/i.pximg.net\/*" ], "js": [ "ct.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "bg.js" }, "permissions": [ "storage" ], "icons": { "16": "pixtag16.png", "48": "pixtag48.png", "128": "pixtag128.png" }, "action": { "default_icon": "pixtag16.png", "default_title": "__MSG_Name__" } } |