Portrait Mode
Experience the new horizon of web browsing; portrait mode.
What is Portrait Mode?
Portrait Mode is a Chrome extension developed by jaewoong.info, and its main feature is "Experience the new horizon of web browsing; portrait mode.".
Extension Screenshots
Download Portrait Mode Extension CRX File
Download Portrait Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 )
Extension Basic Information
Name | Portrait Mode |
ID | odkneplaechagohpjfklebdjepjbkkhn |
Official URL | https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn |
Description | Experience the new horizon of web browsing; portrait mode. |
File Size | 42.1 KB |
Installation Count | 398 |
Current Version | 1.1 |
Last Updated | 2014-11-16 |
Publish Date | 2014-11-15 |
Rating | 1.00/5 Total 3 Ratings |
Developer | jaewoong.info |
Payment Type | free |
Supported Languages | 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" ] } ] } |