Finch Developer Tools
Save, version and share Chrome DevTools Styles changes
Apa itu Finch Developer Tools?
Finch Developer Tools adalah ekstensi Chrome yang dikembangkan oleh https://finch.io, dan fitur utamanya adalah "Save, version and share Chrome DevTools Styles changes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Finch Developer Tools
Unduh file ekstensi Finch Developer Tools 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
All changes you make in the css code at DevTools Styles will be saved locally on your computer. If you refresh the page or close the browser - the changes will be applied to your website. You can view, edit and remove the changes in a separate DevTools tab. Connecting the plugin with your Finch.io account allows you to create multiple versions on each site, synchronise or share them.
Informasi Dasar Ekstensi
Nama | Finch Developer Tools |
ID | phgdjnidddpccdkbedmfifceiljljgdo |
URL Resmi | https://chromewebstore.google.com/detail/finch-developer-tools/phgdjnidddpccdkbedmfifceiljljgdo |
Deskripsi | Save, version and share Chrome DevTools Styles changes |
Ukuran File | 1.51 MB |
Jumlah Instalasi | 2,116 |
Versi Saat Ini | 0.1.5 |
Terakhir Diperbarui | 2017-11-29 |
Tanggal Publikasi | 2017-11-29 |
Penilaian | 3.91/5 Total 11 Penilaian |
Pengembang | https://finch.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://finch.io |
URL Halaman Bantuan | https://help.finch.io |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Finch Developer Tools", "short_name": "Finch", "description": "Save, version and share Chrome DevTools Styles changes", "homepage_url": "https:\/\/finch.io", "version": "0.1.5", "minimum_chrome_version": "49.0", "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "downloads", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "icons\/finch-16.png", "48": "icons\/finch-48.png", "128": "icons\/finch-128.png" }, "browser_action": { "default_title": "Finch", "default_popup": "popup.html" }, "devtools_page": "devtools.html", "content_scripts": [ { "matches": [ " |