gist.io
Toggle between github.com and gist.io when viewing gists
Qu'est-ce que gist.io ?
gist.io est une extension Chrome développée par https://gist.io, et sa fonction principale est "Toggle between github.com and gist.io when viewing gists".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension gist.io
Téléchargez les fichiers d'extension gist.io 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
Write a GitHub gist, present it with style. Publish a quick, anonymous note or a long essay—your content stays on GitHub, and gist.io makes it a pleasure to read. This extension adds an icon in the omnibox on github gists and gist.io pages. Clicking the icon when viewing a github gist will take you to the corresponding gist.io page, and vice-versa.
Informations de Base sur l'Extension
Nom | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
URL Officiel | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Description | Toggle between github.com and gist.io when viewing gists |
Taille du Fichier | 13.68 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2013-09-10 |
Date de Publication | 2013-09-10 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | https://gist.io |
Type de Paiement | free |
Site Web de l'Extension | http://gist.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gist.io", "version": "0.0.1", "description": "Toggle between github.com and gist.io when viewing gists", "icons": { "48": "img\/48.png", "128": "img\/128.png" }, "page_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "View this on gist.io" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |