Google Apps Sidebar Toggle
Toggle the project navigator sidebar open and closed
Google Apps Sidebar Toggleคืออะไร?
Google Apps Sidebar Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seaston และคุณลักษณะหลักของมันคือ "Toggle the project navigator sidebar open and closed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Apps Sidebar Toggle
ดาวน์โหลดไฟล์ส่วนขยาย Google Apps Sidebar Toggle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Toggle the project navigator sidebar open and closed in the Google Apps Script IDE
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Apps Sidebar Toggle |
ID | ohpabiillaflohfmoelpklnloimplacc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-apps-sidebar-toggl/ohpabiillaflohfmoelpklnloimplacc |
คำอธิบาย | Toggle the project navigator sidebar open and closed |
ขนาดไฟล์ | 38.26 KB |
จำนวนการติดตั้ง | 596 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2016-11-05 |
วันที่เผยแพร่ | 2016-11-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | seaston |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "gas-toggleSidebar", "author": "[email protected]", "description": "__MSG_appDesc__", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/script.google.com\/*" ], "js": [ "libs\/jquery.min.js", "gasToggle.js" ], "all_frames": true, "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "gasToggle.js", "content\/toggleBar.html", "content\/alert.html" ], "permissions": [ "https:\/\/script.google.com\/*", "declarativeContent" ] } |