Octoview
The missing preview feature for GitHub
Wat is Octoview?
Octoview is een Chrome-extensie ontwikkeld door Rongjian Zhang, en de belangrijkste functie is "The missing preview feature for GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie Octoview
Download Octoview-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
Preview files on GitHub.
Source code:
https://github.com/pd4d10/octoview Basisinformatie over de Extensie
| Naam | |
| ID | ekjhcbdeiniodnnilfihlnlnnpkhleel |
| Officiële URL | https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel |
| Beschrijving | The missing preview feature for GitHub |
| Bestandsgrootte | 646 KB |
| Aantal Installaties | 86 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2017-08-23 |
| Publicatiedatum | 2017-08-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Rongjian Zhang |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/pd4d10/octoview |
| Help Pagina-URL | https://github.com/pd4d10/octoview |
| Ondersteunde Talen | 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"
}
]
} | |