Abioka resim yükleyici

Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin.

Abioka resim yükleyici क्या है?

Abioka resim yükleyici https://www.abioka.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Abioka resim yükleyici एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Resim linklerinin üzerine mouse ile gelindiğinde resmi popup olarak gösterir. 

Geçerli host adresleri:
imgur.com
hizliresim.com
pbs.twimg.com
postimg.org
tinypic.com
eksiup.com                    

एक्सटेंशन की मूल जानकारी

नाम Abioka resim yükleyici Abioka resim yükleyici
ID bdegndbmdaaepbncjgfgdegonedpdkid
आधिकारिक URL https://chromewebstore.google.com/detail/abioka-resim-y%C3%BCkleyici/bdegndbmdaaepbncjgfgdegonedpdkid
विवरण Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin.
फ़ाइल का आकार 21.31 KB
स्थापना संख्या 45
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2018-09-17
प्रकाशन तिथि 2018-09-17
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.abioka.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tugrulelmas/AbiokaImageViewer
सहायता पृष्ठ URL https://github.com/tugrulelmas/AbiokaImageViewer/issues
समर्थित भाषाएँ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Abioka resim y\u00fckleyici",
    "short_name": "Abioka RY",
    "description": "Linkleri resim olarak g\u00f6r\u00fcn. G\u00f6rmek istedi\u011finiz resim linkinin \u00fczerine fareyi getirin.",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "abioka.com",
    "homepage_url": "http:\/\/abioka.com",
    "web_accessible_resources": [
        "loading.gif"
    ],
    "permissions": [
        "https:\/\/cdn.hyperdev.com\/*",
        "https:\/\/stream-viper.gomix.me\/*",
        "http:\/\/littlethingsapi.abioka.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}