RawGit for Github
Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Qu'est-ce que RawGit for Github ?
RawGit for Github est une extension Chrome développée par Ash Connolly, et sa fonction principale est "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RawGit for Github
Téléchargez les fichiers d'extension RawGit for Github au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mobohgekahaknpfhiknjgepliebadkko |
URL Officiel | https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko |
Description | Quickly convert Github links to RawGit links so that they can be used in development or production environments. |
Taille du Fichier | 35.19 KB |
Nombre d'Installations | 105 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2016-02-28 |
Date de Publication | 2016-02-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Ash Connolly |
Type de Paiement | free |
Site Web de l'Extension | http://www.ashconnolly.com?ref=ext_rawgit_store |
Langues Prises en Charge | 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" ] } |