doctor
live-render docco documentation
Co to jest doctor?
doctor to rozszerzenie Chrome opracowane przez its.joe.sullivan, a jego główną funkcją jest „live-render docco documentation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia doctor
Pobierz pliki rozszerzeń doctor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Generate docco documentation, including syntax highlighting, for any javascript or coffeescript file you come across.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ilikdighfoieecgeiffoekahmpjoekii |
Oficjalny URL | https://chrome.google.com/webstore/detail/doctor/ilikdighfoieecgeiffoekahmpjoekii |
Opis | live-render docco documentation |
Rozmiar pliku | 1.52 MB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-08-25 |
Data Publikacji | 2013-08-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | its.joe.sullivan |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "doctor", "description": "live-render docco documentation", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*.js", "*:\/\/*\/*.js?*", "*:\/\/*\/*.coffee", "*:\/\/*\/*.coffee?*", "*:\/\/*\/*.litcoffee", "*:\/\/*\/*.litcoffee?*" ], "js": [ "lib\/jquery.js", "lib\/underscore.js", "lib\/showdown.js", "bundle.js" ], "css": [ "lib\/docco.css", "lib\/syntax.css" ] } ] } |