Octoview
The missing preview feature for GitHub
Cos'è Octoview?
Octoview è un'estensione di Chrome sviluppata da Rongjian Zhang, e la sua funzione principale è "The missing preview feature for GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Octoview
Scarica i file di estensione Octoview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Preview files on GitHub.
Source code:
https://github.com/pd4d10/octoview Informazioni di Base sull'Estensione
| Nome | |
| ID | ekjhcbdeiniodnnilfihlnlnnpkhleel |
| URL Ufficiale | https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel |
| Descrizione | The missing preview feature for GitHub |
| Dimensione del File | 646 KB |
| Conteggio Installazioni | 86 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2017-08-23 |
| Data di Pubblicazione | 2017-08-22 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Rongjian Zhang |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/pd4d10/octoview |
| URL della Pagina di Aiuto | https://github.com/pd4d10/octoview |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Octoview",
"version": "1.0.0",
"description": "The missing preview feature for GitHub",
"homepage_url": "https:\/\/github.com\/pd4d10\/octoview",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"dist\/raven.js",
"dist\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"dist\/raven.js",
"dist\/contentscript.js"
],
"run-at": "document_idle"
}
]
} | |