Save as Gist

Save notes and webpage information as private gists.

Save as Gistとは何ですか?

Save as Gistはnick.vanexanによって開発されたChromeの拡張機能で、その主な機能は「Save notes and webpage information as private gists.」です。

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

screenshot
screenshot
screenshot
screenshot

Save as Gist拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This allows you to save a note to your private gists on GitHub. If you are on a webpage and highlight certain text, it will pre-populate your note with that text.                    

拡張機能の基本情報

名前 Save as Gist Save as Gist
ID bkdmkcpliolodfhpndnocfpglldmeeop
公式URL https://chromewebstore.google.com/detail/save-as-gist/bkdmkcpliolodfhpndnocfpglldmeeop
説明 Save notes and webpage information as private gists.
ファイルサイズ 14.54 KB
インストール数 79
現在のバージョン 0.0.4
最終更新日 2018-04-18
公開日 2018-04-17
評価 5.00/5 合計 1 レビュー
開発者 nick.vanexan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save as Gist",
    "version": "0.0.4",
    "description": "Save notes and webpage information as private gists.",
    "permissions": [
        "storage",
        "identity",
        "activeTab",
        "https:\/\/api.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Create new gist",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}