LGTM with Anime
Copy animated gif url with adding LGTM.
Vad är LGTM with Anime?
LGTM with Anime är en Chrome-tillägg utvecklad av https://polog.org, och dess huvudfunktion är "Copy animated gif url with adding LGTM.".
Tilläggsskärmbilder
Ladda ner LGTM with Anime-förlängningens CRX-fil
Ladda ner LGTM with Anime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copy animated gif url with adding LGTM using http://lgtm.herokuapp.com LGTM webapp.
Right click with animated gif to use. Grundläggande Information om Tillägg
| Namn | |
| ID | nbbfoappojcjaihpopkiekdleojmmffe |
| Officiell webbadress | https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe |
| Beskrivning | Copy animated gif url with adding LGTM. |
| Filstorlek | 55.21 KB |
| Antal Installationer | 26 |
| Aktuell Version | 0.7 |
| Senast Uppdaterad | 2014-05-11 |
| Publiceringsdatum | 2014-05-10 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | https://polog.org |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |