Responsive Debug
A chrome extension for testing responsive web page, just by a click.
Apa itu Responsive Debug?
Responsive Debug adalah ekstensi Chrome yang dikembangkan oleh Kevin Campion, dan fitur utamanya adalah "A chrome extension for testing responsive web page, just by a click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Responsive Debug
Unduh file ekstensi Responsive Debug 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
This extension lets you view the responsiveness of your web app in multiple device viewports. For testing, open your site in a new tab and click on the Responsive Debug icon.
Informasi Dasar Ekstensi
Nama | Responsive Debug |
ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
URL Resmi | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
Deskripsi | A chrome extension for testing responsive web page, just by a click. |
Ukuran File | 39.21 KB |
Jumlah Instalasi | 536 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2017-05-31 |
Tanggal Publikasi | 2017-05-31 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Kevin Campion |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/popup.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Responsive Debug" } } |