Webpage Rotator
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
O que é Webpage Rotator?
Webpage Rotator é uma extensão do Chrome desenvolvida por William Jiamin, e sua principal característica é "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Webpage Rotator
Baixe arquivos de extensão Webpage Rotator 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
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button. This tool is perfect for reading vertically oriented documents or images, or just for changing your browsing perspective.
Informações Básicas da Extensão
Nome | Webpage Rotator |
ID | kbgnmligkgbfigdjdjdahpgmklejinjn |
URL Oficial | https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn |
Descrição | A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.… |
Tamanho do Arquivo | 321 KB |
Contagem de Instalações | 1,560 |
Versão Atual | 1.0 |
Última Atualização | 2023-06-09 |
Data de Publicação | 2023-06-08 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | William Jiamin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage Rotator", "version": "1.0", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "background": { "service_worker": "background.js" } } |