Wikizero Direct
Access imgur and Wikipedia
Wikizero Direct란 무엇입니까?
Wikizero Direct은(는) Ahmet Muhsin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access imgur and Wikipedia"입니다.
확장 프로그램 스크린샷
Wikizero Direct 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
---------------------------------------------------------------------------------------- Add-on that redirects to 0imgur.com and 1wikipedia.org to access the Wikipedia and imgur.
확장 프로그램 기본 정보
이름 | |
ID | koddlfhcbgnicnehplahjnhgikcanaip |
공식 URL | https://chrome.google.com/webstore/detail/wikizero-direct/koddlfhcbgnicnehplahjnhgikcanaip |
설명 | Access imgur and Wikipedia |
파일 크기 | 72.93 KB |
설치 횟수 | 32 |
현재 버전 | 0.0.2.1 |
최근 업데이트 | 2019-04-27 |
출시 날짜 | 2019-04-27 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Ahmet Muhsin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/killerbean26/Wikizero-Direct |
지원되는 언어 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikizero Direct", "short_name": "wikizero", "version": "0.0.2.1", "manifest_version": 2, "author": "Ahmet Muhsin", "description": "Access imgur and Wikipedia", "browser_action": { "default_icon": "icon\/icon.png", "default_popup": "source\/popup.html" }, "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "scripts": [ "source\/background2.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "http:\/\/*.wikipedia.org\/", "https:\/\/*.wikipedia.org\/", "https:\/\/*.imgur.com\/", "http:\/\/*.imgur.com\/" ] } |