Vimium Canary
This is the development branch of Vimium (it is beta software).
Hvad er Vimium Canary?
Vimium Canary er en Chrome-udvidelse udviklet af Stephen Blott, og dens hovedfunktion er "This is the development branch of Vimium (it is beta software).".
Udvidelsesskærmbilleder
Download Vimium Canary-udvidelses-CRX-fil
Download Vimium Canary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bacenjioemhlemhbojkoiddopgbhgiah |
| Officiel URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
| Beskrivelse | This is the development branch of Vimium (it is beta software). |
| Filstørrelse | 233 KB |
| Antal Installationer | 49 |
| Nuværende Version | 1.64.6 |
| Senest Opdateret | 2019-05-19 |
| Udgivelsesdato | 2019-05-19 |
| Udvikler | Stephen Blott |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/philc/vimium/issues |
| Hjælpeside-URL | https://github.com/philc/vimium/issues |
| Understøttede Sprog | 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",
" | |