Like on GitHub

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

Like on GitHubとは何ですか?

Like on GitHubはAdnan Ahmedによって開発されたChromeの拡張機能で、その主な機能は「Use this extension to save your links to your GitHub repo.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Like on GitHub拡張機能のCRXファイルをダウンロード

Like on GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}