Like on GitHub
Use this extension to save your links to your GitHub repo.
Like on GitHubคืออะไร?
Like on GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adnan Ahmed และคุณลักษณะหลักของมันคือ "Use this extension to save your links to your GitHub repo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Like on GitHub
ดาวน์โหลดไฟล์ส่วนขยาย Like on GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remembering the links that you like on internet is difficult. So use this extension to save the links that you like on web to your github repo. Setting up this chrome extension is easy. Just install this extension and go to Options page to set the required credentials. After setting these credentials extension is ready to use. Press CMD+SHIFT+L and a window will open, click on the the save button in the window and your link will be saved to your github repo. For more information you can visit: https://github.com/Idnan/like-on-github
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbkngleiiccokoifohhjhlagkejlphkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj |
คำอธิบาย | Use this extension to save your links to your GitHub repo. |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2018-05-27 |
วันที่เผยแพร่ | 2018-05-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Adnan Ahmed |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Idnan |
URL หน้าช่วยเหลือ | https://adnanahmed.info |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Like on GitHub", "short_name": "LikeOnGitHub", "description": "Use this extension to save your links to your GitHub repo.", "version": "2.1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "assets\/icons\/standard-16.png", "48": "assets\/icons\/standard-48.png", "64": "assets\/icons\/standard-64.png", "128": "assets\/icons\/standard-128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Like on GitHub", "default_icon": "assets\/icons\/standard-16.png" }, "manifest_version": 2, "homepage_url": "http:\/\/github.com\/idnan", "options_page": "options.html" } |