Browser resize
Simple browser resize
Browser resizeคืออะไร?
Browser resize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย graham และคุณลักษณะหลักของมันคือ "Simple browser resize"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser resize
ดาวน์โหลดไฟล์ส่วนขยาย Browser resize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Super simple developer tool to change the browser size. Options to edit widths and keep popup open after resize (closes by default of maximise). Nothing malicious in here, unlike in certain other extensions. Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. Changelog 0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browser resize |
ID | pnmdcoaajafdppfpioijldebfbpogopn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn |
คำอธิบาย | Simple browser resize |
ขนาดไฟล์ | 16.94 KB |
จำนวนการติดตั้ง | 1,949 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2014-10-22 |
วันที่เผยแพร่ | 2014-10-22 |
คะแนน | 4.25/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | graham |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser resize", "version": "0.3.0", "manifest_version": 2, "description": "Simple browser resize", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |