Edit in Prose
Provides an "Edit in Prose" link from a hosted file on GitHub.
Co to jest Edit in Prose?
Edit in Prose to rozszerzenie Chrome opracowane przez prose, a jego główną funkcją jest „Provides an "Edit in Prose" link from a hosted file on GitHub.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Edit in Prose
Pobierz pliki rozszerzeń Edit in Prose 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
Provides an Edit in Prose link from a hosted file on GitHub. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | onippmookoohgjgccejcjmlpoohbjgjn |
| Oficjalny URL | https://chromewebstore.google.com/detail/edit-in-prose/onippmookoohgjgccejcjmlpoohbjgjn |
| Opis | Provides an "Edit in Prose" link from a hosted file on GitHub. |
| Rozmiar pliku | 8.84 KB |
| Liczba instalacji | 46 |
| Aktualna Wersja | 1.4.0 |
| Ostatnia Aktualizacja | 2019-11-16 |
| Data Publikacji | 2019-11-16 |
| Ocena | 4.75/5 Łącznie 4 Oceny |
| Deweloper | prose |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/prose/browser-extensions |
| Adres URL Strony Pomocy | https://github.com/prose/browser-extensions/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Edit in Prose",
"description": "Provides an \"Edit in Prose\" link from a hosted file on GitHub.",
"version": "1.4.0",
"manifest_version": 2,
"author": "Tristen Brown",
"homepage_url": "https:\/\/prose.io",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"prose.css"
],
"js": [
"prose.js"
],
"run_at": "document_end"
}
],
"applications": {
"gecko": {
"id": "{c515e2d0-4663-11e4-916c-0800200c9a66}",
"strict_min_version": "53.0"
}
}
} | |