gist.io
Toggle between github.com and gist.io when viewing gists
Was ist gist.io?
gist.io ist eine Chrome-Erweiterung, die von https://gist.io entwickelt wurde, und ihr Hauptmerkmal ist "Toggle between github.com and gist.io when viewing gists".
Erweiterungsscreenshots
gist.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie gist.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
Offizielle URL | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Beschreibung | Toggle between github.com and gist.io when viewing gists |
Dateigröße | 13.68 KB |
Installationsanzahl | 25 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2013-09-10 |
Veröffentlichungsdatum | 2013-09-10 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://gist.io |
Zahlungsart | free |
Erweiterungswebsite | http://gist.io |
Unterstützte Sprachen | 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" ] } } |