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.
拡張機能の基本情報
名前 | LGTM with Anime |
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'" } |