Edit in Prose
Provides an "Edit in Prose" link from a hosted file on GitHub.
Wat is Edit in Prose?
Edit in Prose is een Chrome-extensie ontwikkeld door prose, en de belangrijkste functie is "Provides an "Edit in Prose" link from a hosted file on GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie Edit in Prose
Download Edit in Prose-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Provides an Edit in Prose link from a hosted file on GitHub.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | onippmookoohgjgccejcjmlpoohbjgjn | 
| Officiële URL | https://chromewebstore.google.com/detail/edit-in-prose/onippmookoohgjgccejcjmlpoohbjgjn | 
| Beschrijving | Provides an "Edit in Prose" link from a hosted file on GitHub. | 
| Bestandsgrootte | 8.84 KB | 
| Aantal Installaties | 46 | 
| Huidige Versie | 1.4.0 | 
| Laatst Bijgewerkt | 2019-11-16 | 
| Publicatiedatum | 2019-11-16 | 
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | prose | 
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/prose/browser-extensions | 
| Help Pagina-URL | https://github.com/prose/browser-extensions/issues | 
| Ondersteunde Talen | 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"
        }
    }
}  |  |