Portrait Mode
Experience the new horizon of web browsing; portrait mode.
什么是Portrait Mode?
Portrait Mode是由jaewoong.info开发的Chrome扩展程序,该扩展的主要功能是“Experience the new horizon of web browsing; portrait mode.”。
扩展截图
下载Portrait Mode扩展crx文件
下载Portrait Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 )
扩展基本信息
名称 | Portrait Mode |
ID | odkneplaechagohpjfklebdjepjbkkhn |
官方URL | https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn |
简介 | Experience the new horizon of web browsing; portrait mode. |
文件大小 | 42.1 KB |
安装次数 | 398 |
当前版本 | 1.1 |
更新时间 | 2014-11-16 |
上架时间 | 2014-11-15 |
评分 | 1.00/5 共3次评分 |
开发者 | jaewoong.info |
付费类型 | free |
支持的语言 | 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" ] } ] } |