Like on GitHub

Use this extension to save your links to your GitHub repo.

Like on GitHub क्या है?

Like on GitHub Adnan Ahmed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to save your links to your GitHub repo."।

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

screenshot
screenshot

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

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

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

                        Remembering the links that you like on internet is difficult. So use this extension to save the links that you like on web to your github repo. Setting up this chrome extension is easy. Just install this extension and go to Options page to set the required credentials. After setting these credentials extension is ready to use. Press CMD+SHIFT+L and a window will open, click on the the save button in the window and your link will be saved to your github repo.


For more information you can visit: https://github.com/Idnan/like-on-github                    

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

नाम Like on GitHub Like on GitHub
ID fbkngleiiccokoifohhjhlagkejlphkj
आधिकारिक URL https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj
विवरण Use this extension to save your links to your GitHub repo.
फ़ाइल का आकार 105 KB
स्थापना संख्या 62
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2018-05-27
प्रकाशन तिथि 2018-05-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Adnan Ahmed
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Idnan
सहायता पृष्ठ URL https://adnanahmed.info
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Like on GitHub",
    "short_name": "LikeOnGitHub",
    "description": "Use this extension to save your links to your GitHub repo.",
    "version": "2.1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icons\/standard-16.png",
        "48": "assets\/icons\/standard-48.png",
        "64": "assets\/icons\/standard-64.png",
        "128": "assets\/icons\/standard-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Like on GitHub",
        "default_icon": "assets\/icons\/standard-16.png"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/github.com\/idnan",
    "options_page": "options.html"
}