QuickFlip
A simple extension to flip webpages horizontally or vertically
O que é QuickFlip?
QuickFlip é uma extensão do Chrome desenvolvida por e.taylor.yates, e sua principal característica é "A simple extension to flip webpages horizontally or vertically".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QuickFlip
Baixe arquivos de extensão QuickFlip 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
QuickFlip is a simple Chrome extension that provides users with the ability to flip the view of their webpages either horizontally or vertically. With a single click from the extension's popup or the context menu, users can easily toggle between the standard view and the flipped view of the webpage. This can be particularly useful for designers, developers, or anyone needing to view a webpage from a different perspective. Whether you need to check the symmetry of your webpage design or just want to have some fun, QuickFlip can be your go-to tool.
Informações Básicas da Extensão
Nome | QuickFlip |
ID | hgnhjkcgjnbpfkjnbngfmgloeekpijdc |
URL Oficial | https://chromewebstore.google.com/detail/quickflip/hgnhjkcgjnbpfkjnbngfmgloeekpijdc |
Descrição | A simple extension to flip webpages horizontally or vertically |
Tamanho do Arquivo | 15.26 KB |
Contagem de Instalações | 48 |
Versão Atual | 1.3 |
Última Atualização | 2023-08-06 |
Data de Publicação | 2023-08-05 |
Desenvolvedor | e.taylor.yates |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuickFlip", "version": "1.3", "description": "A simple extension to flip webpages horizontally or vertically", "permissions": [ "activeTab", "scripting", "storage", "contextMenus" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" } } |