WikiSimplia - collapse Wikipedia's menu
Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
WikiSimplia - collapse Wikipedia's menu란 무엇입니까?
WikiSimplia - collapse Wikipedia's menu은(는) tasinet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis."입니다.
확장 프로그램 스크린샷
WikiSimplia - collapse Wikipedia's menu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How many times have you actually used wikipedia's left hand side menu? Not that many, huh? Get rid of that dead space with this extension and enjoy your content in full page width! It will collapse the wikipedia and other wiki's menu for you, hiding it by default, while still leaving it accessible through an icon, in case you do ever need it. To show the menu, click the menu icon on the top left corner.
확장 프로그램 기본 정보
이름 | WikiSimplia - collapse Wikipedia's menu |
ID | ildiopfmnapcabcooeaebkjdmbdaljmh |
공식 URL | https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh |
설명 | Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis. |
파일 크기 | 128 KB |
설치 횟수 | 73 |
현재 버전 | 0.2 |
최근 업데이트 | 2012-10-18 |
출시 날짜 | 2012-10-17 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | tasinet |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiSimplia - collapse Wikipedia's menu", "version": "0.2", "description": "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.", "minimum_chrome_version": "16", "icons": { "16": "images\/context menu icon.png", "19": "images\/browser action icon.png", "48": "images\/small app icon.png", "128": "images\/big app icon.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery-1.7.1.min.js", "scripts\/wikisimplia.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |