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 |
| 官方網址 | 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'"
} | |