GitHub Mention Highlighter
Highlight user and team mentions on GitHub
什麼是GitHub Mention Highlighter?
GitHub Mention Highlighter是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Highlight user and team mentions on GitHub”。
擴展截圖
下載GitHub Mention Highlighter擴展crx文件
下載GitHub Mention Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional. 擴展基本資訊
| 名稱 | |
| ID | njefdbinhmfaebgbjihikefamibchpkk |
| 官方網址 | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
| 簡介 | Highlight user and team mentions on GitHub |
| 檔案大小 | 207 KB |
| 安裝次數 | 32 |
| 目前版本 | 0.2.0 |
| 更新時間 | 2019-04-24 |
| 上架時間 | 2019-04-24 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://tramitescol.com/consultar-fosyga/ |
| 支援的語言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Mention Highlighter",
"version": "0.2.0",
"description": "Highlight user and team mentions on GitHub",
"permissions": [
"https:\/\/github.com\/*",
"https:\/\/*.githubapp.com\/*",
"https:\/\/mail.google.com\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*",
"https:\/\/*.githubapp.com\/*",
"https:\/\/mail.google.com\/*"
],
"js": [
"vendor\/jquery\/dist\/jquery.js",
"dist\/script.js"
],
"css": [
"dist\/style.css"
]
}
],
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"manifest_version": 2,
"options_page": "dist\/options.html",
"options_ui": {
"page": "dist\/options.html",
"chrome_style": true
}
} | |