LGTM with Anime
Copy animated gif url with adding LGTM.
什么是LGTM with Anime?
LGTM with Anime是由https://polog.org开发的Chrome扩展程序,该扩展的主要功能是“Copy animated gif url with adding LGTM.”。
扩展截图
下载LGTM with Anime扩展crx文件
下载LGTM with Anime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy animated gif url with adding LGTM using http://lgtm.herokuapp.com LGTM webapp.
Right click with animated gif to use. 扩展基本信息
| 名称 | |
| ID | nbbfoappojcjaihpopkiekdleojmmffe |
| 官方URL | https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe |
| 简介 | Copy animated gif url with adding LGTM. |
| 文件大小 | 55.21 KB |
| 安装次数 | 26 |
| 当前版本 | 0.7 |
| 更新时间 | 2014-05-11 |
| 上架时间 | 2014-05-10 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://polog.org |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LGTM with Anime",
"version": "0.7",
"description": "Copy animated gif url with adding LGTM.",
"permissions": [
"contextMenus",
"clipboardWrite",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "lgtmify_16.png",
"48": "lgtmify_48.png",
"128": "lgtmify_128.png"
},
"background": {
"page": "background.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |