Worm Wiki Search
Searches for the selected text in the Worm Wiki
Worm Wiki Search란 무엇입니까?
Worm Wiki Search은(는) jaydenw91에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Searches for the selected text in the Worm Wiki"입니다.
확장 프로그램 스크린샷
Worm Wiki Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly and easily search the Worm Wikia. The Worm Wikia, (or the Parahumans Web Serial Novel Wiki) is a Wiki dedicated to everything about the Worm and Ward Web Serial Novels. Parahumans is one of the most popular Web Serials on the internet, and is updated twice weekly. As a long term fan of John C. McCrae, AKA Wildbow, it can sometimes be quite easy to get lost in the extensive world building he has created for us. I developed this extension to make it easier for the reader to quickly search for a cape name or character so as to better understand the story. Watch out for Spoilers!
확장 프로그램 기본 정보
이름 | |
ID | hoifpllckdmhoaceicljkkccjombapfd |
공식 URL | https://chromewebstore.google.com/detail/worm-wiki-search/hoifpllckdmhoaceicljkkccjombapfd |
설명 | Searches for the selected text in the Worm Wiki |
파일 크기 | 33.79 KB |
설치 횟수 | 28 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2018-11-01 |
출시 날짜 | 2018-11-01 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | jaydenw91 |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jaydenwise.herokuapp.com/ |
도움말 페이지 URL | http://jaydenwise.herokuapp.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worm Wiki Search", "short_name": "Search", "description": "Searches for the selected text in the Worm Wiki", "version": "0.0.1", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs", "declarativeContent" ], "page_action": { "default_icon": { "16": "assets\/img\/worm16.png", "32": "assets\/img\/worm32.png", "48": "assets\/img\/worm48.png", "128": "assets\/img\/worm128.png" } }, "icons": { "16": "assets\/img\/worm16.png", "32": "assets\/img\/worm32.png", "48": "assets\/img\/worm48.png", "128": "assets\/img\/worm128.png" }, "background": { "page": "background.html" } } |