Chromebook Simulator
This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.
Chromebook Simulatorคืออะไร?
Chromebook Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Sutherland และคุณลักษณะหลักของมันคือ "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromebook Simulator
ดาวน์โหลดไฟล์ส่วนขยาย Chromebook Simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is useful if you're a developer working on an educational technology product that is frequently used by users who have Chromebooks, but you have a larger monitor than a Chromebook. Features - No permissions required. No overhead - One-click instant resize; nothing fancier than that! Notes: Typical Chromebook resolution is 1366x768, though we shave 48 pixels from the bottom because Chromebooks reserve the bottom 48px for the application bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chromebook Simulator |
ID | cmdpfacmlgednonhndniedecknojeaeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chromebook-simulator/cmdpfacmlgednonhndniedecknojeaeb |
คำอธิบาย | This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple. |
ขนาดไฟล์ | 9.5 KB |
จำนวนการติดตั้ง | 3,148 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-04-18 |
วันที่เผยแพร่ | 2017-04-18 |
คะแนน | 2.69/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | Andrew Sutherland |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/asuth/chromebook-simulator |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromebook Simulator", "description": "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.", "version": "1.0", "author": "Andrew Sutherland", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" } }, "permissions": [ "activeTab" ] } |