Stackoverflow Code Beautify
Beautify and format selected code as needed.
Vad är Stackoverflow Code Beautify?
Stackoverflow Code Beautify är en Chrome-tillägg utvecklad av Making Odd Edit Studios, och dess huvudfunktion är "Beautify and format selected code as needed.".
Tilläggsskärmbilder
Ladda ner Stackoverflow Code Beautify-förlängningens CRX-fil
Ladda ner Stackoverflow Code Beautify-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
Format and beautify selected code when editing questions and answers on Stackoverflow (or anywhere else for that matter). This extension is not limited to the Stackoverflow web site - I just came up with the idea while reviewing on Stackoverflow - so it can be used anywhere. If you have any feature requests or found any bugs, just post a comment. Based on jsbeautifier.org.
Grundläggande Information om Tillägg
Namn | |
ID | pljeafjjkkbacckkollfejkciddacmeb |
Officiell webbadress | https://chrome.google.com/webstore/detail/stackoverflow-code-beauti/pljeafjjkkbacckkollfejkciddacmeb |
Beskrivning | Beautify and format selected code as needed. |
Filstorlek | 187 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-03-12 |
Publiceringsdatum | 2014-03-12 |
Betyg | 3.95/5 Totalt 19 Betyg |
Utvecklare | Making Odd Edit Studios |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackoverflow Code Beautify", "version": "1.0", "manifest_version": 2, "description": "Beautify and format selected code as needed.", "minimum_chrome_version": "14", "offline_enabled": true, "options_page": "options.html", "icons": { "16": "Content\/Images\/CodeBeautify16.png", "48": "Content\/Images\/CodeBeautify48.png", "128": "Content\/Images\/CodeBeautify128.png", "256": "Content\/Images\/CodeBeautify256.png" }, "web_accessible_resources": [ "Content\/Images\/CodeBeautify48.png" ], "permissions": [ " |