gist.io
Toggle between github.com and gist.io when viewing gists
Co to jest gist.io?
gist.io to rozszerzenie Chrome opracowane przez https://gist.io, a jego główną funkcją jest „Toggle between github.com and gist.io when viewing gists”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia gist.io
Pobierz pliki rozszerzeń gist.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
Oficjalny URL | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Opis | Toggle between github.com and gist.io when viewing gists |
Rozmiar pliku | 13.68 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2013-09-10 |
Data Publikacji | 2013-09-10 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | https://gist.io |
Typ Płatności | free |
Strona Rozszerzenia | http://gist.io |
Obsługiwane Języki | 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" ] } } |