Github Notable Comments
Lets you easily navigate between the notable comments on github
什麼是Github Notable Comments?
Github Notable Comments是由kamranahmed.se開發的Chrome擴展程式,該擴展的主要功能是“Lets you easily navigate between the notable comments on github”。
擴展截圖
下載Github Notable Comments擴展crx文件
下載Github Notable Comments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| 官方網址 | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| 簡介 | Lets you easily navigate between the notable comments on github |
| 檔案大小 | 13.17 KB |
| 安裝次數 | 53 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2018-04-20 |
| 上架時間 | 2018-04-20 |
| 開發者 | kamranahmed.se |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://github.com/kamranahmedse/notable-comments |
| 說明頁面URL | http://github.com/kamranahmedse/notable-comments/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Notable Comments",
"short_name": "github-notable-comments",
"version": "0.0.1",
"manifest_version": 2,
"description": "Lets you easily navigate between the notable comments on github",
"homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"index.js"
],
"css": [
".\/styles\/main.css"
]
}
]
} | |