Like on GitHub

Use this extension to save your links to your GitHub repo.

Like on GitHub là gì?

Like on GitHub là một tiện ích mở rộng Chrome được phát triển bởi Adnan Ahmed, và tính năng chính của nó là "Use this extension to save your links to your GitHub repo.".

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

screenshot
screenshot

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

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

                        Remembering the links that you like on internet is difficult. So use this extension to save the links that you like on web to your github repo. Setting up this chrome extension is easy. Just install this extension and go to Options page to set the required credentials. After setting these credentials extension is ready to use. Press CMD+SHIFT+L and a window will open, click on the the save button in the window and your link will be saved to your github repo.


For more information you can visit: https://github.com/Idnan/like-on-github                    

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

Tên Like on GitHub Like on GitHub
ID fbkngleiiccokoifohhjhlagkejlphkj
URL Chính Thức https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj
Mô tả Use this extension to save your links to your GitHub repo.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2018-05-27
Ngày Phát Hành 2018-05-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Adnan Ahmed
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Idnan
URL Trang Trợ Giúp https://adnanahmed.info
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Like on GitHub",
    "short_name": "LikeOnGitHub",
    "description": "Use this extension to save your links to your GitHub repo.",
    "version": "2.1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icons\/standard-16.png",
        "48": "assets\/icons\/standard-48.png",
        "64": "assets\/icons\/standard-64.png",
        "128": "assets\/icons\/standard-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Like on GitHub",
        "default_icon": "assets\/icons\/standard-16.png"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/github.com\/idnan",
    "options_page": "options.html"
}