Google Apps Sidebar Toggle
Toggle the project navigator sidebar open and closed
Apa itu Google Apps Sidebar Toggle?
Google Apps Sidebar Toggle adalah ekstensi Chrome yang dikembangkan oleh seaston, dan fitur utamanya adalah "Toggle the project navigator sidebar open and closed".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Apps Sidebar Toggle
Unduh file ekstensi Google Apps Sidebar Toggle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Toggle the project navigator sidebar open and closed in the Google Apps Script IDE
Informasi Dasar Ekstensi
Nama | Google Apps Sidebar Toggle |
ID | ohpabiillaflohfmoelpklnloimplacc |
URL Resmi | https://chromewebstore.google.com/detail/google-apps-sidebar-toggl/ohpabiillaflohfmoelpklnloimplacc |
Deskripsi | Toggle the project navigator sidebar open and closed |
Ukuran File | 38.26 KB |
Jumlah Instalasi | 596 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2016-11-05 |
Tanggal Publikasi | 2016-11-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | seaston |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |