gist.io
Toggle between github.com and gist.io when viewing gists
Τι είναι το gist.io;
Το gist.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gist.io, και η κύρια λειτουργία του είναι "Toggle between github.com and gist.io when viewing gists".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης gist.io
Λήψη αρχείων επέκτασης gist.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
Επίσημο URL | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Περιγραφή | Toggle between github.com and gist.io when viewing gists |
Μέγεθος Αρχείου | 13.68 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2013-09-10 |
Ημερομηνία Δημοσίευσης | 2013-09-10 |
Αξιολόγηση | 2.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://gist.io |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://gist.io |
Υποστηριζόμενες Γλώσσες | 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" ] } } |