LGTM with Anime
Copy animated gif url with adding LGTM.
Qu'est-ce que LGTM with Anime ?
LGTM with Anime est une extension Chrome développée par https://polog.org, et sa fonction principale est "Copy animated gif url with adding LGTM.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LGTM with Anime
Téléchargez les fichiers d'extension LGTM with Anime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Copy animated gif url with adding LGTM using http://lgtm.herokuapp.com LGTM webapp. Right click with animated gif to use.
Informations de Base sur l'Extension
Nom | LGTM with Anime |
ID | nbbfoappojcjaihpopkiekdleojmmffe |
URL Officiel | https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe |
Description | Copy animated gif url with adding LGTM. |
Taille du Fichier | 55.21 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2014-05-11 |
Date de Publication | 2014-05-10 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://polog.org |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |