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.
¿Qué es Yet Another Drag and Go FIX?
Yet Another Drag and Go FIX es una extensión de Chrome desarrollada por jerry74, y su función principal es "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Yet Another Drag and Go FIX
Descarga archivos de extensión Yet Another Drag and Go FIX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Source Code:https://github.com/jerry74/yadng Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi
Información Básica de la Extensión
Nombre | Yet Another Drag and Go FIX |
ID | ijbfjijnippekinigficbmbmfkiihpng |
URL Oficial | https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng |
Descripción | Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines. |
Tamaño del Archivo | 115 KB |
Cantidad de Instalaciones | 7,000 |
Versión Actual | 0.3.4 |
Última Actualización | 2021-08-29 |
Fecha de Publicación | 2014-02-07 |
Calificación | 4.45/5 Total de 33 Calificaciones |
Desarrollador | jerry74 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |