Portrait Mode
Experience the new horizon of web browsing; portrait mode.
Cos'è Portrait Mode?
Portrait Mode è un'estensione di Chrome sviluppata da jaewoong.info, e la sua funzione principale è "Experience the new horizon of web browsing; portrait mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Portrait Mode
Scarica i file di estensione Portrait Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 )
Informazioni di Base sull'Estensione
Nome | Portrait Mode |
ID | odkneplaechagohpjfklebdjepjbkkhn |
URL Ufficiale | https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn |
Descrizione | Experience the new horizon of web browsing; portrait mode. |
Dimensione del File | 42.1 KB |
Conteggio Installazioni | 398 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-11-16 |
Data di Pubblicazione | 2014-11-15 |
Valutazione | 1.00/5 Totale 3 Valutazioni |
Sviluppatore | jaewoong.info |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |