Vimium Canary
This is the development branch of Vimium (it is beta software).
Что такое Vimium Canary?
Vimium Canary - это расширение Chrome, разработанное Stephen Blott, и его основная функция - "This is the development branch of Vimium (it is beta software).".
Снимки экрана расширения
Скачать файл CRX расширения Vimium Canary
Скачайте файлы расширений Vimium Canary в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is the development branch of Vimium. It is typically ahead of the official release by a number of bug fixes and new features. However, it may also be unreliable.
(Note: name changed from "Vimium Dev" to "Vimium Canary", which better describes its purpose.) Основная информация о расширении
| Название | |
| ID | bacenjioemhlemhbojkoiddopgbhgiah |
| Официальный URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
| Описание | This is the development branch of Vimium (it is beta software). |
| Размер файла | 233 KB |
| Количество установок | 49 |
| Текущая Версия | 1.64.6 |
| Последнее Обновление | 2019-05-19 |
| Дата публикации | 2019-05-19 |
| Разработчик | Stephen Blott |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/philc/vimium/issues |
| URL страницы помощи | https://github.com/philc/vimium/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vimium Canary",
"version": "1.64.6",
"description": "This is the development branch of Vimium (it is beta software).",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"minimum_chrome_version": "51.0",
"background": {
"scripts": [
"lib\/utils.js",
"lib\/settings.js",
"background_scripts\/bg_utils.js",
"background_scripts\/commands.js",
"background_scripts\/exclusions.js",
"background_scripts\/completion_engines.js",
"background_scripts\/completion_search.js",
"background_scripts\/completion.js",
"background_scripts\/marks.js",
"background_scripts\/main.js"
]
},
"options_ui": {
"page": "pages\/options.html",
"chrome_style": false,
"open_in_tab": true
},
"permissions": [
"tabs",
"bookmarks",
"history",
"clipboardRead",
"storage",
"sessions",
"notifications",
"webNavigation",
" | |