RawGit for Github
Quickly convert Github links to RawGit links so that they can be used in development or production environments.
ما هو RawGit for Github؟
RawGit for Github هو إضافة Chrome تم تطويرها بواسطة Ash Connolly، والميزة الرئيسية لها هي "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RawGit for Github
قم بتنزيل ملفات الامتداد RawGit for Github بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
RawGit serves raw files directly from GitHub with proper Content-Type headers. This extension allows you to use RawGit directly from Github. The extension will appear in the address bar when viewing a file on Github. Visit https://rawgit.com/ for more information.
معلومات أساسية عن التمديد
الاسم | |
ID | mobohgekahaknpfhiknjgepliebadkko |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko |
الوصف | Quickly convert Github links to RawGit links so that they can be used in development or production environments. |
حجم الملف | 35.19 KB |
عدد التثبيتات | 105 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2016-02-28 |
تاريخ النشر | 2016-02-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Ash Connolly |
نوع الدفع | free |
موقع الإضافة | http://www.ashconnolly.com?ref=ext_rawgit_store |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RawGit for Github", "version": "0.0.3", "description": "Quickly convert Github links to RawGit links so that they can be used in development or production environments.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "RawGit for Github", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.github.com\/", "http:\/\/www.github.com\/", "tabs", "storage" ] } |