HackerNotes Plugin

Open HackerNotes page of a Github Repository.

HackerNotes Pluginとは何ですか?

HackerNotes Pluginはabhishek77inによって開発されたChromeの拡張機能で、その主な機能は「Open HackerNotes page of a Github Repository.」です。

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

screenshot

HackerNotes Plugin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Plugin is supposed to open HackerNotes page for public Github repository on which the user is present.
Since it works in unobtrusive manner it won't be present all the time.                    

拡張機能の基本情報

名前 HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
公式URL https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
説明 Open HackerNotes page of a Github Repository.
ファイルサイズ 17.62 KB
インストール数 95
現在のバージョン 1.1
最終更新日 2015-11-23
公開日 2015-11-23
評価 5.00/5 合計 3 レビュー
開発者 abhishek77in
支払い方法 free
拡張機能のウェブサイト http://www.hackernotes.org/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNotes Plugin",
    "version": "1.1",
    "description": "Open HackerNotes page of a Github Repository.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-16.jpg",
        "default_title": "HackerNotes"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "manifest_version": 2
}