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;

Το Yet Another Drag and Go FIX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jerry74, και η κύρια λειτουργία του είναι "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Yet Another Drag and Go FIX

Λήψη αρχείων επέκτασης Yet Another Drag and Go FIX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Yet Another Drag and Go FIX Yet Another Drag and Go FIX
ID ijbfjijnippekinigficbmbmfkiihpng
Επίσημο URL https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng
Περιγραφή Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.
Μέγεθος Αρχείου 115 KB
Αριθμός Εγκαταστάσεων 7,000
Τρέχουσα Έκδοση 0.3.4
Τελευταία Ενημέρωση 2021-08-29
Ημερομηνία Δημοσίευσης 2014-02-07
Αξιολόγηση 4.45/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής jerry74
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}