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 to jest Yet Another Drag and Go FIX?

Yet Another Drag and Go FIX to rozszerzenie Chrome opracowane przez jerry74, a jego główną funkcją jest „Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Yet Another Drag and Go FIX

Pobierz pliki rozszerzeń Yet Another Drag and Go FIX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Yet Another Drag and Go FIX Yet Another Drag and Go FIX
ID ijbfjijnippekinigficbmbmfkiihpng
Oficjalny URL https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng
Opis Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.
Rozmiar pliku 115 KB
Liczba instalacji 7,000
Aktualna Wersja 0.3.4
Ostatnia Aktualizacja 2021-08-29
Data Publikacji 2014-02-07
Ocena 4.45/5 Łącznie 33 Oceny
Deweloper jerry74
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}