Hi!PDA Power
来自D版带着爱!
Hi!PDA Power란 무엇입니까?
Hi!PDA Power은(는) i6941에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "来自D版带着爱!"입니다.
Hi!PDA Power 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
基于deadlili的Hi!PDA Plus 0.22增加了以下功能: 1.浏览历史记录 2.发帖草稿 0.23增加了以下功能: 1.增加自动保存草稿的开关,默认关闭 0.24增加了以下功能: 1.根据关键字高亮主题 2.根据关键字隐藏主题 0.25增加了以下功能: 1.自定义高亮样式 并计划新增依托于服务器的搜索修复,内容推送和@功能
확장 프로그램 기본 정보
이름 | |
ID | endnkpfaphnhmjmdkojdljeneefbgeno |
공식 URL | https://chromewebstore.google.com/detail/hipda-power/endnkpfaphnhmjmdkojdljeneefbgeno |
설명 | 来自D版带着爱! |
파일 크기 | 62.94 KB |
설치 횟수 | 331 |
현재 버전 | 0.25 |
최근 업데이트 | 2018-05-28 |
출시 날짜 | 2018-05-27 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | i6941 |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hi!PDA Power", "version": "0.25", "manifest_version": 2, "description": "\u6765\u81eaD\u7248\u5e26\u7740\u7231!", "browser_action": { "default_popup": "popup.html", "default_title": "\u6765\u81eaD\u7248\u5e26\u7740\u7231\uff01" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/hi-pda.com\/forum\/*", "http:\/\/www.hi-pda.com\/forum\/*", "https:\/\/hi-pda.com\/forum\/*", "https:\/\/www.hi-pda.com\/forum\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.3.min.js", "content.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "web_accessible_resources": [ "hide_stick.css" ] } |