HackerNotes Plugin

Open HackerNotes page of a Github Repository.

HackerNotes Plugin là gì?

HackerNotes Plugin là một tiện ích mở rộng Chrome được phát triển bởi abhishek77in, và tính năng chính của nó là "Open HackerNotes page of a Github Repository.".

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

screenshot

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

Tải xuống các tệp mở rộng HackerNotes Plugin 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

                        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.                    

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

Tên HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
URL Chính Thức https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
Mô tả Open HackerNotes page of a Github Repository.
Kích Thước Tệp 17.62 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-11-23
Ngày Phát Hành 2015-11-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển abhishek77in
Loại Thanh Toán free
Trang Web Mở Rộng http://www.hackernotes.org/
Ngôn Ngữ Được Hỗ Trợ 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
}