Portrait Mode
Experience the new horizon of web browsing; portrait mode.
ما هو Portrait Mode؟
Portrait Mode هو إضافة Chrome تم تطويرها بواسطة jaewoong.info، والميزة الرئيسية لها هي "Experience the new horizon of web browsing; portrait mode.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Portrait Mode
قم بتنزيل ملفات الامتداد Portrait Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 ) معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
}
]
} | |