NavTree for Github
NavTree for Github is a extension for improve the navigation between files on Github.
NavTree for Githubคืออะไร?
NavTree for Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dimaslz และคุณลักษณะหลักของมันคือ "NavTree for Github is a extension for improve the navigation between files on Github."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NavTree for Github
ดาวน์โหลดไฟล์ส่วนขยาย NavTree for Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NavTree for Github is a extension for improve the navigation between files on Github. You can see previews to understand better.
How to use?
Press Ctrl+E to display NavTree
Click in cloud to download file or press ALT+Click in file
Press ESC to close NavTree
Click on icon to display settings and display NavTree manually
Click on bottom right icon to display and hide NavTree manually
Add your token with permissions [read:org, repo] from github (https://github.com/settings/tokens) and allow private repositories
New:
Select branch doing click in selector over tree.
Resize tree column doing click in right border and drag and drop as you like.
You have available the repo in Github. Let me know if you have some issue o idea to improve: https://github.com/dimaslz/navtree ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hehmfcekejdeohjjckmalfemepbbafbe |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/navtree-for-github/hehmfcekejdeohjjckmalfemepbbafbe |
| คำอธิบาย | NavTree for Github is a extension for improve the navigation between files on Github. |
| ขนาดไฟล์ | 130 KB |
| จำนวนการติดตั้ง | 76 |
| เวอร์ชันปัจจุบัน | 1.6.0 |
| อัปเดตครั้งล่าสุด | 2016-05-16 |
| วันที่เผยแพร่ | 2016-05-16 |
| คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | dimaslz |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://dimaslz.github.io/navtree/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NavTree for Github",
"short_name": "Navtree-github",
"author": "Dimas L\u00f3pez Zurita (dimaslz) | [email protected]",
"version": "1.6.0",
"manifest_version": 2,
"description": "NavTree for Github is a extension for improve the navigation between files on Github.",
"web_accessible_resources": [
"images\/*.png",
"fonts\/*",
"*.js"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/github.com\/*\/*"
],
"css": [
"github.css",
"style.css"
],
"js": [
"highlight.pack.js",
"jquery.min.js",
"script.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"permissions": [
"storage",
"activeTab",
"tabs",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"persistent": false,
"scripts": [
"jquery.min.js",
"background.js"
]
}
} | |