Imgur Uploader
Paste images into the textbox to upload it to Imgur
Hvad er Imgur Uploader?
Imgur Uploader er en Chrome-udvidelse udviklet af ianwitherow, og dens hovedfunktion er "Paste images into the textbox to upload it to Imgur".
Udvidelsesskærmbilleder
Download Imgur Uploader-udvidelses-CRX-fil
Download Imgur Uploader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Uploads images to imgur.
You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | andmkloglbglamchnakinmfdlbjnamgp |
| Officiel URL | https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp |
| Beskrivelse | Paste images into the textbox to upload it to Imgur |
| Filstørrelse | 296 KB |
| Antal Installationer | 110 |
| Nuværende Version | 1.0.1.13 |
| Senest Opdateret | 2016-03-15 |
| Udgivelsesdato | 2016-03-15 |
| Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
| Udvikler | ianwitherow |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Paste images into the textbox to upload it to Imgur",
"manifest_version": 2,
"icons": {
"128": ".\/images\/Imgur_Logo_Icon.png",
"16": ".\/images\/Imgur_Logo_Icon.png",
"48": ".\/images\/Imgur_Logo_Icon.png"
},
"browser_action": {
"default_icon": ".\/images\/Imgur_Logo_Icon.png",
"default_title": "Imgur Uploader",
"default_popup": "popup.html"
},
"minimum_chrome_version": "6.0.472",
"name": "Imgur Uploader",
"options_page": "options.html",
"permissions": [
"contextMenus",
"tabs",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "1.0.1.13"
} | |