Lgtm

LGTM made from Instagram, tumblr, pinterest and so on.

Lgtm là gì?

Lgtm là một tiện ích mở rộng Chrome được phát triển bởi Tilfin Ltd., và tính năng chính của nó là "LGTM made from Instagram, tumblr, pinterest and so on.".

Ả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 Lgtm

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

                        1. Display the image you want to select in the visible range on the appropriate site.
2. Click the extension button on the browser header.
3. LGTM is printed on the selected photo and added to the top of the stock page.
3. Select "Copy image" from the context menu and copy it to the clipboard.
4. Uploading it automatically when you paste it in the entry field such as GitHub, GitLab, Qiita, Slack etc.

* Lgtm stock photos is displayed by to select 'Show stock photos' from the menu by right-clicking the browser extension button.

The latest 24 photos are stocked.                    

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

Tên Lgtm Lgtm
ID llnckbjmjmilkdeombkdkmknlpbmegdi
URL Chính Thức https://chromewebstore.google.com/detail/lgtm/llnckbjmjmilkdeombkdkmknlpbmegdi
Mô tả LGTM made from Instagram, tumblr, pinterest and so on.
Kích Thước Tệp 39.07 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2018-06-06
Ngày Phát Hành 2018-06-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tilfin Ltd.
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": "Lgtm",
    "version": "1.3.0",
    "description": "LGTM made from Instagram, tumblr, pinterest and so on.",
    "short_name": "Lgtm",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Click",
        "default_title": "Lgtm",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}