Hilite Me
Easily insert highlighted code into rick text editor.
Hvad er Hilite Me?
Hilite Me er en Chrome-udvidelse udviklet af greatghoul, og dens hovedfunktion er "Easily insert highlighted code into rick text editor.".
Udvidelsesskærmbilleder
Download Hilite Me-udvidelses-CRX-fil
Download Hilite Me-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Hiliteme ============= A tool to highlight source code in rich text editor. Inspired by [markdown-here] Code highlight service is powered by http://hilite.me/ ## Hiliteme is open source - **project** https://github.com/GDG-Xian/crx-hiliteme - **Issues** https://github.com/GDG-Xian/crx-hiliteme/issues - **LICENSE** https://github.com/GDG-Xian/crx-hiliteme/blob/master/LICENSE [markdown-here]: http://markdown-here.com/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | opdkneimogpljnhdedpppmoaljedhfib |
Officiel URL | https://chrome.google.com/webstore/detail/hilite-me/opdkneimogpljnhdedpppmoaljedhfib |
Beskrivelse | Easily insert highlighted code into rick text editor. |
Filstørrelse | 45.81 KB |
Antal Installationer | 56 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-02-10 |
Udgivelsesdato | 2014-02-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | greatghoul |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/GDG-Xian/crx-hiliteme |
Hjælpeside-URL | https://github.com/GDG-Xian/crx-hiliteme/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hilite Me", "description": "Easily insert highlighted code into rick text editor.", "version": "1.0", "icons": { "48": "icon\/icon48.png", "64": "icon\/icon64.png", "128": "icon\/icon128.png" }, "permissions": [ "tabs", "storage", "http:\/\/hilite.me\/api" ], "browser_action": { "default_icon": "icon\/icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |