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 |
官方網址 | 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" } ] } |