Mobius
A minimap to easily navigate websites.
Mobius란 무엇입니까?
Mobius은(는) imagentleman (José Antonio Chio)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimap to easily navigate websites."입니다.
확장 프로그램 스크린샷
Mobius 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The minimap shows a miniature copy of the website. If you move the mouse over the minimap, the page will scroll exactly to the spot you are pointing at. Toggle the extension (turn on or off) clicking the extension icon (paper with a colored strip) on the top right or using the hotkey Ctrl+Shift+F (while holding Ctrl and Shift, press F) or Command+Shift+F on Mac. If the hotkey doesn't work, go to chrome://extensions/ and scroll to the bottom and click on keyboard shortcuts (to the right) to set it manually. Notes: After installation, the extension will work on newly opened tabs (not in the tabs that were opened before you installed the extension). Other works http://imagentleman.github.io
확장 프로그램 기본 정보
이름 | |
ID | hodeaeahgdlapjmmblhdhhplckchmbaf |
공식 URL | https://chrome.google.com/webstore/detail/mobius/hodeaeahgdlapjmmblhdhhplckchmbaf |
설명 | A minimap to easily navigate websites. |
파일 크기 | 66.37 KB |
설치 횟수 | 96 |
현재 버전 | 4 |
최근 업데이트 | 2014-05-22 |
출시 날짜 | 2014-05-22 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | imagentleman (José Antonio Chio) |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://imagentleman.github.io |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mobius", "version": "4", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-19-grey.png" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |