Site On Panel
Creates Panels from Sites
Site On Panelคืออะไร?
Site On Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brunno Bettini และคุณลักษณะหลักของมันคือ "Creates Panels from Sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site On Panel
ดาวน์โหลดไฟล์ส่วนขยาย Site On Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension can Open any Website in a new way.. The Chrome Panels.. They can be dragged, organized, resized and will be on top of all other windows wile being shown.. @@ To enable chrome panels open the url chrome://flags/ and search for 'Enable Panels'. Enable them, restart chrome and feel the new way to browse apps.. Special behavior for Gmail Youtube and Grooveshark.. Opening mobile versions for better looking.. -------------------------------------------------
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Site On Panel |
ID | pcjbpfaogjhnnnhdldamflaelejhbhag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag |
คำอธิบาย | Creates Panels from Sites |
ขนาดไฟล์ | 66.91 KB |
จำนวนการติดตั้ง | 518 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-07-18 |
วันที่เผยแพร่ | 2013-07-18 |
คะแนน | 3.87/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Brunno Bettini |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/icon_64.png", "default_title": "Site On Panel" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.googleapis.com https:\/\/www.google-analytics.com; object-src 'self' 'unsafe-eval'", "description": "Creates Panels from Sites", "icons": { "64": "img\/icon_64.png", "48": "img\/icon_48.png", "32": "img\/icon_32.png" }, "manifest_version": 2, "name": "Site On Panel", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0" } |