github1s Linker
Inserts a direct link to github1s in gitHub repos
ما هو github1s Linker؟
github1s Linker هو إضافة Chrome تم تطويرها بواسطة fschipp.fs، والميزة الرئيسية لها هي "Inserts a direct link to github1s in gitHub repos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة github1s Linker
قم بتنزيل ملفات الامتداد github1s Linker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar. Code is open source at https://github.com/samtun/github1s_linker
معلومات أساسية عن التمديد
الاسم | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
الوصف | Inserts a direct link to github1s in gitHub repos |
حجم الملف | 7.93 KB |
عدد التثبيتات | 120 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-03-24 |
تاريخ النشر | 2021-03-20 |
المطور | fschipp.fs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github1s Linker", "description": "Inserts a direct link to github1s in gitHub repos", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "add_button.js" ] } ], "icons": { "16": "images\/icon16.png", "24": "images\/icon32.png", "32": "images\/icon64.png", "64": "images\/icon128.png" } } |