Portrait Mode
Experience the new horizon of web browsing; portrait mode.
O que é Portrait Mode?
Portrait Mode é uma extensão do Chrome desenvolvida por jaewoong.info, e sua principal característica é "Experience the new horizon of web browsing; portrait mode.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Portrait Mode
Baixe arquivos de extensão Portrait Mode 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
Why no portrait mode for laptop? Here, I proudly introduce the Portrait Mode for chrome! * Only works with laptops with accelerometer/gyroscope ( old Macbook pro w/ HDD ) * Created for Stupid Shit No One Needs & Terrible Ideas Hackathon, November 2014 ( http://www.stupidhackathon.com/ ) * This extension is just a minor modification of existing extension Read In Bed ( https://chrome.google.com/webstore/detail/read-in-bed/gjbepkalbfffninamijgbcniiiogcgjp?hl=en )
Informações Básicas da Extensão
Nome | Portrait Mode |
ID | odkneplaechagohpjfklebdjepjbkkhn |
URL Oficial | https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn |
Descrição | Experience the new horizon of web browsing; portrait mode. |
Tamanho do Arquivo | 42.1 KB |
Contagem de Instalações | 398 |
Versão Atual | 1.1 |
Última Atualização | 2014-11-16 |
Data de Publicação | 2014-11-15 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | jaewoong.info |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portrait Mode", "description": "Experience the new horizon of web browsing; portrait mode.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.9.1.min.js", "inject_rotate.js" ] } ] } |