Octoview
The missing preview feature for GitHub
Qu'est-ce que Octoview ?
Octoview est une extension Chrome développée par Rongjian Zhang, et sa fonction principale est "The missing preview feature for GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Octoview
Téléchargez les fichiers d'extension Octoview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Preview files on GitHub. Source code: https://github.com/pd4d10/octoview
Informations de Base sur l'Extension
Nom | Octoview |
ID | ekjhcbdeiniodnnilfihlnlnnpkhleel |
URL Officiel | https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel |
Description | The missing preview feature for GitHub |
Taille du Fichier | 646 KB |
Nombre d'Installations | 86 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-08-23 |
Date de Publication | 2017-08-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rongjian Zhang |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pd4d10/octoview |
URL de la Page d'Aide | https://github.com/pd4d10/octoview |
Langues Prises en Charge | 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" } ] } |