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
官方網址 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"
    }
}