Yet Another Drag and Go FIX

Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.

Co je Yet Another Drag and Go FIX?

Yet Another Drag and Go FIX je rozšíření Chrome vyvinuté jerry74, a jeho hlavní funkcí je „Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Yet Another Drag and Go FIX

Stáhněte si soubory rozšíření Yet Another Drag and Go FIX ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Source Code:https://github.com/jerry74/yadng

Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi                    

Základní Informace o Rozšíření

Název Yet Another Drag and Go FIX Yet Another Drag and Go FIX
ID ijbfjijnippekinigficbmbmfkiihpng
Oficiální URL https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng
Popis Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.
Velikost souboru 115 KB
Počet instalací 7,000
Aktuální Verze 0.3.4
Poslední Aktualizace 2021-08-29
Datum Vydání 2014-02-07
Hodnocení 4.45/5 Celkem 33 Hodnocení
Vývojář jerry74
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet Another Drag and Go FIX",
    "short_name": "yadng",
    "version": "0.3.4",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "16": "img\/yadng_16.png",
        "48": "img\/yadng_48.png",
        "128": "img\/yadng_128.png"
    },
    "author": "hr6r",
    "background": {
        "scripts": [
            "common.js",
            "yadng.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "common.js",
                "yadng.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}