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.

Apa itu Yet Another Drag and Go FIX?

Yet Another Drag and Go FIX adalah ekstensi Chrome yang dikembangkan oleh jerry74, dan fitur utamanya adalah "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yet Another Drag and Go FIX

Unduh file ekstensi Yet Another Drag and Go FIX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Yet Another Drag and Go FIX Yet Another Drag and Go FIX
ID ijbfjijnippekinigficbmbmfkiihpng
URL Resmi https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng
Deskripsi Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.
Ukuran File 115 KB
Jumlah Instalasi 7,000
Versi Saat Ini 0.3.4
Terakhir Diperbarui 2021-08-29
Tanggal Publikasi 2014-02-07
Penilaian 4.45/5 Total 33 Penilaian
Pengembang jerry74
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}