Octoview
The missing preview feature for GitHub
什么是Octoview?
Octoview是由Rongjian Zhang开发的Chrome扩展程序,该扩展的主要功能是“The missing preview feature for GitHub”。
扩展截图
下载Octoview扩展crx文件
下载Octoview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Preview files on GitHub. Source code: https://github.com/pd4d10/octoview
扩展基本信息
名称 | Octoview |
ID | ekjhcbdeiniodnnilfihlnlnnpkhleel |
官方URL | https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel |
简介 | The missing preview feature for GitHub |
文件大小 | 646 KB |
安装次数 | 86 |
当前版本 | 1.0.0 |
更新时间 | 2017-08-23 |
上架时间 | 2017-08-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Rongjian Zhang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/pd4d10/octoview |
帮助页面URL | https://github.com/pd4d10/octoview |
支持的语言 | 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" } ] } |