gist.io
Toggle between github.com and gist.io when viewing gists
什麼是gist.io?
gist.io是由https://gist.io開發的Chrome擴展程式,該擴展的主要功能是“Toggle between github.com and gist.io when viewing gists”。
擴展截圖
下載gist.io擴展crx文件
下載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 |
官方網址 | 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" ] } } |