Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
O que é Wheel Tilt History Navigator?
Wheel Tilt History Navigator é uma extensão do Chrome desenvolvida por Jiri Tyr, e sua principal característica é "Navigate in the history by tilting the mouse wheel.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wheel Tilt History Navigator
Baixe arquivos de extensão Wheel Tilt History Navigator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
If you have a mouse which has the tilt functionality on its wheel, then this extension allows you to navigate in the history by tilting the mouse wheel.
Informações Básicas da Extensão
Nome | Wheel Tilt History Navigator |
ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
URL Oficial | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
Descrição | Navigate in the history by tilting the mouse wheel. |
Tamanho do Arquivo | 23.05 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.2 |
Última Atualização | 2013-09-30 |
Data de Publicação | 2013-09-30 |
Classificação | 3.14/5 Total de 7 Avaliações |
Desenvolvedor | Jiri Tyr |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wheel Tilt History Navigator", "version": "1.2", "description": "Navigate in the history by tilting the mouse wheel.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ] } ] } |