Mobius
A minimap to easily navigate websites.
Mobiusとは何ですか?
Mobiusはimagentleman (José Antonio Chio)によって開発されたChromeの拡張機能で、その主な機能は「A minimap to easily navigate websites.」です。
拡張機能のスクリーンショット
Mobius拡張機能のCRXファイルをダウンロード
Mobius拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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) |
Eメール | [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": [ " |