Abioka resim yükleyici

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

Cos'è Abioka resim yükleyici?

Abioka resim yükleyici è un'estensione di Chrome sviluppata da https://www.abioka.com, e la sua funzione principale è "Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Abioka resim yükleyici

Scarica i file di estensione Abioka resim yükleyici in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Abioka resim yükleyici Abioka resim yükleyici
ID bdegndbmdaaepbncjgfgdegonedpdkid
URL Ufficiale https://chromewebstore.google.com/detail/abioka-resim-y%C3%BCkleyici/bdegndbmdaaepbncjgfgdegonedpdkid
Descrizione Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin.
Dimensione del File 21.31 KB
Conteggio Installazioni 45
Versione Corrente 2.0.4
Ultimo Aggiornamento 2018-09-17
Data di Pubblicazione 2018-09-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.abioka.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tugrulelmas/AbiokaImageViewer
URL della Pagina di Aiuto https://github.com/tugrulelmas/AbiokaImageViewer/issues
Lingue Supportate 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
        }
    ]
}