LGTM
You can immediately paste the image of LGTM
什么是LGTM?
LGTM是由diorclub8开发的Chrome扩展程序,该扩展的主要功能是“You can immediately paste the image of LGTM”。
扩展截图
下载LGTM扩展crx文件
下载LGTM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hi everyone Every day to find, copy and paste LGTM is over We created an extension that solves all those problems That is this "LGTM"! ! Easy to use, click on the icon to find your favorite image, then click on the image. After that, you can easily send LGTM just by pasting to the place you want to paste.
扩展基本信息
名称 | LGTM |
ID | ehkjindamlinbodfpafobgoipdhladjc |
官方URL | https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc |
简介 | You can immediately paste the image of LGTM |
文件大小 | 43.38 KB |
安装次数 | 198 |
当前版本 | 0.0.3 |
更新时间 | 2019-06-17 |
上架时间 | 2019-06-13 |
评分 | 5.00/5 共2次评分 |
开发者 | diorclub8 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM", "version": "0.0.3", "manifest_version": 2, "description": "You can immediately paste the image of LGTM", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/contents.js" ] } ] } |