Angular ScopeLogger
Right click and log the scope to the console
Apa itu Angular ScopeLogger?
Angular ScopeLogger adalah ekstensi Chrome yang dikembangkan oleh Aakil Fernandes, dan fitur utamanya adalah "Right click and log the scope to the console".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Angular ScopeLogger
Unduh file ekstensi Angular ScopeLogger 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
Informasi Dasar Ekstensi
Nama | |
ID | lbfklacacfeehegkhklnoadciknkhlcb |
URL Resmi | https://chrome.google.com/webstore/detail/angular-scopelogger/lbfklacacfeehegkhklnoadciknkhlcb |
Deskripsi | Right click and log the scope to the console |
Ukuran File | 40.71 KB |
Jumlah Instalasi | 311 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-03-19 |
Tanggal Publikasi | 2015-03-19 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Aakil Fernandes |
Tipe Pembayaran | free |
Situs Ekstensi | http://aakilfernandes.github.io/angular-scopelogger/ |
URL Halaman Bantuan | http://aakilfernandes.github.io/angular-scopelogger/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Angular ScopeLogger", "description": "Right click and log the scope to the console", "version": "1.0.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |