Github Hoverscope

Hoverzoom files and folders in Github

Github Hoverscope क्या है?

Github Hoverscope https://jamescui.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hoverzoom files and folders in Github"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension enables users to conveniently browse through files and directories on Github by providing hover zoom capability over file/folder links.

* hover mouse over file or folder links to see its content in tooltip without having to click and redirect the page
* contents within the tooltip is clickable and scrollable
* tooltip closes automatically on mouse-out from inside the tooltip
* tooltip can be closed manually by clicking the close button on the top right of the tooltip                    

एक्सटेंशन की मूल जानकारी

नाम Github Hoverscope Github Hoverscope
ID ejdmejhddfennlaoejkdkkfcjpphkgbh
आधिकारिक URL https://chromewebstore.google.com/detail/github-hoverscope/ejdmejhddfennlaoejkdkkfcjpphkgbh
विवरण Hoverzoom files and folders in Github
फ़ाइल का आकार 1.9 MB
स्थापना संख्या 99
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2013-09-25
प्रकाशन तिथि 2013-09-25
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://jamescui.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Hoverscope",
    "version": "0.0.1",
    "description": "Hoverzoom files and folders in Github",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon16.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Github Hoverscope"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "css": [
                "\/lib\/jquery-ui\/css\/ui-lightness\/jquery-ui-1.10.3.custom.min.css",
                "\/lib\/css\/jquery.qtip.min.css",
                "\/lib\/css\/tooltip.css"
            ],
            "js": [
                "\/lib\/jquery\/jquery-1.10.2.js",
                "\/lib\/jquery.qtip.min.js",
                "\/lib\/jquery.hoverIntent.minified.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/github.com\/*",
        "http:\/\/github.com\/*",
        "tabs"
    ]
}