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.

Yet Another Drag and Go FIX là gì?

Yet Another Drag and Go FIX là một tiện ích mở rộng Chrome được phát triển bởi jerry74, và tính năng chính của nó là "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yet Another Drag and Go FIX

Tải xuống các tệp mở rộng Yet Another Drag and Go FIX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yet Another Drag and Go FIX Yet Another Drag and Go FIX
ID ijbfjijnippekinigficbmbmfkiihpng
URL Chính Thức https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng
Mô tả Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2021-08-29
Ngày Phát Hành 2014-02-07
Đánh Giá 4.45/5 Tổng số 33 Đánh Giá
Nhà Phát Triển jerry74
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}