Lgtm

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

Lgtm란 무엇입니까?

Lgtm은(는) Tilfin Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LGTM made from Instagram, tumblr, pinterest and so on."입니다.

확장 프로그램 스크린샷

screenshot

Lgtm 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Lgtm Lgtm
ID llnckbjmjmilkdeombkdkmknlpbmegdi
공식 URL https://chromewebstore.google.com/detail/lgtm/llnckbjmjmilkdeombkdkmknlpbmegdi
설명 LGTM made from Instagram, tumblr, pinterest and so on.
파일 크기 39.07 KB
설치 횟수 24
현재 버전 1.3.0
최근 업데이트 2018-06-06
출시 날짜 2018-06-06
평점 5.00/5 총 1 개의 평점
개발자 Tilfin Ltd.
결제 유형 free
지원되는 언어 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
}