Portrait Mode
Experience the new horizon of web browsing; portrait mode.
Qu'est-ce que Portrait Mode ?
Portrait Mode est une extension Chrome développée par jaewoong.info, et sa fonction principale est "Experience the new horizon of web browsing; portrait mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Portrait Mode
Téléchargez les fichiers d'extension Portrait Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 )
Informations de Base sur l'Extension
Nom | Portrait Mode |
ID | odkneplaechagohpjfklebdjepjbkkhn |
URL Officiel | https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn |
Description | Experience the new horizon of web browsing; portrait mode. |
Taille du Fichier | 42.1 KB |
Nombre d'Installations | 398 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-11-16 |
Date de Publication | 2014-11-15 |
Évaluation | 1.00/5 Total 3 Évaluations |
Développeur | jaewoong.info |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |