Save as Gist

Save notes and webpage information as private gists.

Save as Gistคืออะไร?

Save as Gist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nick.vanexan และคุณลักษณะหลักของมันคือ "Save notes and webpage information as private gists."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save as Gist

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}