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文件

下载Lgtm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}