JButton
JavaScript at your fingertips.
Apa itu JButton?
JButton adalah ekstensi Chrome yang dikembangkan oleh Drew McMurry, dan fitur utamanya adalah "JavaScript at your fingertips.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JButton
Unduh file ekstensi JButton 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
JButton is a developer tool for saving javascript into buttons for use on any website. The only limit is your ability to program. Write your JButtons on the extension options page and they will appear in the JButton dropdown. More features to come! Feedback and feature suggestions are always welcome! Happy interneting! -Drew
Informasi Dasar Ekstensi
Nama | |
ID | apggbocnogkahecnoebchhpadaijemga |
URL Resmi | https://chrome.google.com/webstore/detail/jbutton/apggbocnogkahecnoebchhpadaijemga |
Deskripsi | JavaScript at your fingertips. |
Ukuran File | 125 KB |
Jumlah Instalasi | 164 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Drew McMurry |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JButton", "version": "0.0.5", "manifest_version": 2, "description": "JavaScript at your fingertips.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "JButton", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |