Pages2Repo
Opens the corresponding repository from a GitHub Page
Pages2Repoคืออะไร?
Pages2Repo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frozenfire92 และคุณลักษณะหลักของมันคือ "Opens the corresponding repository from a GitHub Page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pages2Repo
ดาวน์โหลดไฟล์ส่วนขยาย Pages2Repo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that shows a page action when on a GitHub Pages website. This page action will open a popup which allows you to get quick info about the repository as well as link to it, or copy the git clone url. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | afnogakjnebbgcbjkgmhaccljfejeflh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pages2repo/afnogakjnebbgcbjkgmhaccljfejeflh |
| คำอธิบาย | Opens the corresponding repository from a GitHub Page |
| ขนาดไฟล์ | 213 KB |
| จำนวนการติดตั้ง | 92 |
| เวอร์ชันปัจจุบัน | 0.1.6 |
| อัปเดตครั้งล่าสุด | 2015-06-23 |
| วันที่เผยแพร่ | 2015-06-23 |
| คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Frozenfire92 |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/Frozenfire92/Pages2Repo |
| URL หน้าช่วยเหลือ | https://github.com/Frozenfire92/Pages2Repo/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pages2Repo",
"description": "Opens the corresponding repository from a GitHub Page",
"version": "0.1.6",
"manifest_version": 2,
"icons": {
"16": "images\/repo-16.png",
"128": "images\/repo-128.png"
},
"background": {
"scripts": [
"scripts\/github.js",
"scripts\/background.js"
],
"persistent": false
},
"page_action": {
"default_icon": {
"19": "images\/repo-19.png",
"38": "images\/repo-38.png"
},
"default_title": "Pages2Repo",
"default_popup": "popup.html"
},
"options_page": "token.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"tabs",
"clipboardWrite",
"https:\/\/*.github.io\/*",
"https:\/\/github.com\/"
]
} | |