Freeimage.host Image Uploader
Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Vad är Freeimage.host Image Uploader?
Freeimage.host Image Uploader är en Chrome-tillägg utvecklad av http://freeimage.host, och dess huvudfunktion är "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Tilläggsskärmbilder
Ladda ner Freeimage.host Image Uploader-förlängningens CRX-fil
Ladda ner Freeimage.host Image Uploader-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
Features: - Right click on any image on the web and upload to freeimage.host - "Snipping tool" with automatic upload to freeimage.host A notification with the image URL is presented.
Grundläggande Information om Tillägg
Namn | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
Officiell webbadress | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Beskrivning | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Filstorlek | 55.38 KB |
Antal Installationer | 125 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-09-09 |
Publiceringsdatum | 2019-09-09 |
Utvecklare | http://freeimage.host |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://freeimage.host |
URL till Sekretesspolicy Sidan | https://photoland.io/page/privacy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeimage.host Image Uploader", "default_locale": "en", "version": "1.1", "description": "__MSG_app_desc__", "icons": { "180": "assets\/img\/180.png", "192": "assets\/img\/192.png" }, "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/app.js", "assets\/scripts\/upload.js", "assets\/scripts\/request.js" ] }, "browser_action": { "default_title": "Freeimage.host Image Uploader", "default_icon": "assets\/img\/icon.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "clipboardWrite", "contextMenus", "notifications", "storage" ] } |