Quick Wikipedia Search
Quick Wikipedia Search something on wikipedia website right from web browser
Quick Wikipedia Search란 무엇입니까?
Quick Wikipedia Search은(는) https://codebrary.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Wikipedia Search something on wikipedia website right from web browser"입니다.
확장 프로그램 스크린샷
Quick Wikipedia Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick Wikipedia Search is google chrome extension that makes your task easier to quick search something on wikipedia website right from web browser without navigating to wikipedia website. For your reference find the screenshot. Wikipedia is a free encyclopedia, written collaboratively by the people who use it. It is a special type of website designed to make collaboration easy, called a wiki. Many people are constantly improving Wikipedia, making thousands of changes per hour. I hope you like the Quick Wikipedia Search Support: If this extension has been valuable to you, please help us to keep the extension development in next level with adding great features in upcoming versions. Any amount helps and is greatly appreciated! https://www.payumoney.com/paybypayumoney/#/0F779D51191CA3AA46A04910276D858D In case of any query/feedback feel free to reach out to us. Thank You.
확장 프로그램 기본 정보
이름 | Quick Wikipedia Search |
ID | heimniiengmenilpfmpmmhadnlahblkn |
공식 URL | https://chromewebstore.google.com/detail/quick-wikipedia-search/heimniiengmenilpfmpmmhadnlahblkn |
설명 | Quick Wikipedia Search something on wikipedia website right from web browser |
파일 크기 | 42.47 KB |
설치 횟수 | 31 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2019-02-14 |
출시 날짜 | 2019-02-13 |
개발자 | https://codebrary.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.codebrary.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon_128.png", "default_popup": "index.html", "default_title": "Quick Wikipedia Search" }, "description": "Quick Wikipedia Search something on wikipedia website right from web browser", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_64.png" }, "manifest_version": 2, "name": "Quick Wikipedia Search", "version": "1.1.1", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org\/w\/api.php; object-src 'self'" } |