imgyukle.com resim yükleyici

Tek tıkla istediğiniz resimi yükleyin ve paylaşın!

What is imgyukle.com resim yükleyici?

imgyukle.com resim yükleyici is a Chrome extension developed by http://imgyukle.com, and its main feature is "Tek tıkla istediğiniz resimi yükleyin ve paylaşın!".

Extension Screenshots

screenshot
screenshot
screenshot

Download imgyukle.com resim yükleyici Extension CRX File

Download imgyukle.com resim yükleyici extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        imgyukle.com hızlı resim yükleme eklentisi ile bulunduğunuz sayfanın ekran görüntüsünü ya da seçtiğiniz alanın görüntüsünü alabilir ve imgyukle.com'a yükleyerek paylaşabilirsiniz.

Ayrıca herhangi bir web sitesinde gezinirken, sitede gördüğünüz bir fotoğrafa sağ tıklayarak direkt imgyukle.com'a yükleyebilir ve paylaşabilirsiniz.                    

Extension Basic Information

Name imgyukle.com resim yükleyici imgyukle.com resim yükleyici
ID acgmcnkhcdkhkfjgdplhmgfclikdgdbl
Official URL https://chrome.google.com/webstore/detail/imgyuklecom-resim-y%C3%BCkleyi/acgmcnkhcdkhkfjgdplhmgfclikdgdbl
Description Tek tıkla istediğiniz resimi yükleyin ve paylaşın!
File Size 171 KB
Installation Count 77
Current Version 1.2.2
Last Updated 2022-11-14
Publish Date 2018-12-26
Developer http://imgyukle.com
Email [email protected]
Payment Type free
Extension Website https://imgyukle.com/
Help Page URL https://imgyukle.com/page/iletisim
Privacy Policy Page URL https://imgyukle.com/page/kurallar
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "imgyukle.com resim y\u00fckleyici",
    "author": "imgyukle.com",
    "homepage_url": "https:\/\/imgyukle.com\/",
    "short_name": "imgyukle.com Uploader",
    "description": "Tek t\u0131kla istedi\u011finiz resimi y\u00fckleyin ve payla\u015f\u0131n!",
    "version": "1.2.2",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/upload.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/content.js",
                "js\/area.js"
            ]
        }
    ]
}