gist.io

Toggle between github.com and gist.io when viewing gists

gist.io क्या है?

gist.io https://gist.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle between github.com and gist.io when viewing gists"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में gist.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
        ]
    }
}