Mobius
A minimap to easily navigate websites.
Что такое Mobius?
Mobius - это расширение Chrome, разработанное imagentleman (José Antonio Chio), и его основная функция - "A minimap to easily navigate websites.".
Снимки экрана расширения
Скачать файл CRX расширения Mobius
Скачайте файлы расширений 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) |
Электронная почта | [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": [ " |