Save as Gist

Save notes and webpage information as private gists.

Save as Gist là gì?

Save as Gist là một tiện ích mở rộng Chrome được phát triển bởi nick.vanexan, và tính năng chính của nó là "Save notes and webpage information as private gists.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save as Gist

Tải xuống các tệp mở rộng Save as Gist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save as Gist Save as Gist
ID bkdmkcpliolodfhpndnocfpglldmeeop
URL Chính Thức https://chromewebstore.google.com/detail/save-as-gist/bkdmkcpliolodfhpndnocfpglldmeeop
Mô tả Save notes and webpage information as private gists.
Kích Thước Tệp 14.54 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2018-04-18
Ngày Phát Hành 2018-04-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nick.vanexan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}