WikiTweaks
A restyling of Wikipedia that saves screen space and adds on-hover previews.
WikiTweaks란 무엇입니까?
WikiTweaks은(는) joelsimon6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A restyling of Wikipedia that saves screen space and adds on-hover previews."입니다.
확장 프로그램 스크린샷
WikiTweaks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. Features: Removal of rarely used UI. Mouse over preview of links. Click the extension button for recently viewed wikipedia pages.
확장 프로그램 기본 정보
이름 | |
ID | oanljooinjjfgikjbpcjnekmgfakjpnc |
공식 URL | https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc |
설명 | A restyling of Wikipedia that saves screen space and adds on-hover previews. |
파일 크기 | 53.02 KB |
설치 횟수 | 197 |
현재 버전 | 1.7.1 |
최근 업데이트 | 2014-12-10 |
출시 날짜 | 2014-12-10 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | joelsimon6 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTweaks", "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.", "version": "1.7.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "js": [ "jquery.min.js", "WikiTweaks.js" ], "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "manifest_version": 2 } |