JPG.WTF
JPG.WTF context menu
Vad är JPG.WTF?
JPG.WTF är en Chrome-tillägg utvecklad av Amazing Performance Studio, och dess huvudfunktion är "JPG.WTF context menu".
Tilläggsskärmbilder
Ladda ner JPG.WTF-förlängningens CRX-fil
Ladda ner JPG.WTF-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
Instant upload to www.jpg.wtf. The best place to share and get the most awesome images on the Internet. And GIFs. And cat pictures. ¯\_(ツ)_/¯
Grundläggande Information om Tillägg
Namn | |
ID | mjdcgcpecgohckhbjgfdjkbgfnhdgnmd |
Officiell webbadress | https://chrome.google.com/webstore/detail/jpgwtf/mjdcgcpecgohckhbjgfdjkbgfnhdgnmd |
Beskrivning | JPG.WTF context menu |
Filstorlek | 69.41 KB |
Antal Installationer | 58 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2016-06-11 |
Publiceringsdatum | 2016-06-11 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Amazing Performance Studio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://jpg.wtf |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JPG.WTF", "description": "JPG.WTF context menu", "version": "0.3", "permissions": [ "https:\/\/jpg.wtf\/", "contextMenus", "notifications" ], "background": { "scripts": [ "index.js" ] }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |