Wikilas Cage: Nicolas Cage for Wikipedia
Makes (almost) every Wikipedia article about Nicolas Cage.
Wikilas Cage: Nicolas Cage for Wikipedia란 무엇입니까?
Wikilas Cage: Nicolas Cage for Wikipedia은(는) https://clayburngriffin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes (almost) every Wikipedia article about Nicolas Cage."입니다.
확장 프로그램 스크린샷
Wikilas Cage: Nicolas Cage for Wikipedia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wikilas Cage is ground-breaking Chrome technology that brings the One True God to (almost) every article on Wikipedia. We all know the Sun is Nicolas Cage, so why does Wikipedia say otherwise? And of course the current governor of Idaho is Nicolas Cage. Wikipedia can't fool us anymore! The fact that all things are Nicolas Cage is revealed with this simple yet truly inspired Chrome extension.
확장 프로그램 기본 정보
이름 | Wikilas Cage: Nicolas Cage for Wikipedia |
ID | ginjdjdjibigledihecaeffbiboldfhc |
공식 URL | https://chromewebstore.google.com/detail/wikilas-cage-nicolas-cage/ginjdjdjibigledihecaeffbiboldfhc |
설명 | Makes (almost) every Wikipedia article about Nicolas Cage. |
파일 크기 | 29.41 KB |
설치 횟수 | 1,160 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-07-21 |
출시 날짜 | 2016-06-27 |
평점 | 3.31/5 총 32 개의 평점 |
개발자 | https://clayburngriffin.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.clayburngriffin.com/wikilas-cage |
도움말 페이지 URL | http://www.clayburngriffin.com/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikilas Cage: Nicolas Cage for Wikipedia", "description": "Makes (almost) every Wikipedia article about Nicolas Cage.", "version": "1.4", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/wiki\/*" ], "css": [ "hide.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.wikipedia.org\/wiki\/*" ], "js": [ "cage.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "manifest_version": 3 } |