JButton
JavaScript at your fingertips.
Vad är JButton?
JButton är en Chrome-tillägg utvecklad av Drew McMurry, och dess huvudfunktion är "JavaScript at your fingertips.".
Tilläggsskärmbilder
Ladda ner JButton-förlängningens CRX-fil
Ladda ner JButton-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | apggbocnogkahecnoebchhpadaijemga |
Officiell webbadress | https://chrome.google.com/webstore/detail/jbutton/apggbocnogkahecnoebchhpadaijemga |
Beskrivning | JavaScript at your fingertips. |
Filstorlek | 125 KB |
Antal Installationer | 164 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Drew McMurry |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |