Leftside Back
Allows you to navigate back by just hitting the mouse on the left or right side of your screen.
O que é Leftside Back?
Leftside Back é uma extensão do Chrome desenvolvida por Philipp König, e sua principal característica é "Allows you to navigate back by just hitting the mouse on the left or right side of your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Leftside Back
Baixe arquivos de extensão Leftside Back 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
---- NOTICE ------ Due to security restrictions, the extension is not working in the Chrome Webstore. So to test the extension simple navigate to another website, where everything should work fine :) --------------------- This extension turns your left side of your browser window into a large back button. It allows you to navigate back by just clicking your mouse button on the left side of your screen. You can configure whether to display an indicator bar, increasing the width of the tolerance area or enabling to also navigate forward by right clicking the edge of the browser window.
Informações Básicas da Extensão
Nome | Leftside Back |
ID | gdcddfacdedphcamippdkojfngoakglg |
URL Oficial | https://chromewebstore.google.com/detail/leftside-back/gdcddfacdedphcamippdkojfngoakglg |
Descrição | Allows you to navigate back by just hitting the mouse on the left or right side of your screen. |
Tamanho do Arquivo | 30.82 KB |
Contagem de Instalações | 1,116 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-01-25 |
Data de Publicação | 2020-05-22 |
Classificação | 4.53/5 Total de 19 Avaliações |
Desenvolvedor | Philipp König |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://extensions.redeviation.com/ |
URL da Página de Política de Privacidade | https://extensions.redeviation.com/privacy |
Idiomas Suportados | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "2.0.0", "version_name": "2.0.0", "minimum_chrome_version": "109", "homepage_url": "https:\/\/extensions.redeviation.com\/", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/extension.js" ], "matches": [ " |