Git Up
Move Github repository's readme to the top
Apa itu Git Up?
Git Up adalah ekstensi Chrome yang dikembangkan oleh Aniket Kudale, dan fitur utamanya adalah "Move Github repository's readme to the top".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Git Up
Unduh file ekstensi Git Up dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension moves the readme of Github Repository to the top.
Informasi Dasar Ekstensi
Nama | |
ID | ippcncckpdiaahmmolbilefbldgibmff |
URL Resmi | https://chrome.google.com/webstore/detail/git-up/ippcncckpdiaahmmolbilefbldgibmff |
Deskripsi | Move Github repository's readme to the top |
Ukuran File | 10.5 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-09-23 |
Tanggal Publikasi | 2020-09-20 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Aniket Kudale |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Up", "version": "1.1", "manifest_version": 2, "description": "Move Github repository's readme to the top", "homepage_url": "https:\/\/www.aniket.co", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/github.com\/*" ] } |