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.
Cos'è Yet Another Drag and Go FIX?
Yet Another Drag and Go FIX è un'estensione di Chrome sviluppata da jerry74, e la sua funzione principale è "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yet Another Drag and Go FIX
Scarica i file di estensione Yet Another Drag and Go FIX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Source Code:https://github.com/jerry74/yadng Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi
Informazioni di Base sull'Estensione
Nome | Yet Another Drag and Go FIX |
ID | ijbfjijnippekinigficbmbmfkiihpng |
URL Ufficiale | https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng |
Descrizione | Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines. |
Dimensione del File | 115 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 0.3.4 |
Ultimo Aggiornamento | 2021-08-29 |
Data di Pubblicazione | 2014-02-07 |
Valutazione | 4.45/5 Totale 33 Valutazioni |
Sviluppatore | jerry74 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |