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'est-ce que Yet Another Drag and Go FIX ?
Yet Another Drag and Go FIX est une extension Chrome développée par jerry74, et sa fonction principale est "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yet Another Drag and Go FIX
Téléchargez les fichiers d'extension Yet Another Drag and Go FIX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Source Code:https://github.com/jerry74/yadng Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi
Informations de Base sur l'Extension
Nom | Yet Another Drag and Go FIX |
ID | ijbfjijnippekinigficbmbmfkiihpng |
URL Officiel | https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng |
Description | Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines. |
Taille du Fichier | 115 KB |
Nombre d'Installations | 7,000 |
Version Actuelle | 0.3.4 |
Dernière Mise à Jour | 2021-08-29 |
Date de Publication | 2014-02-07 |
Évaluation | 4.45/5 Total 33 Évaluations |
Développeur | jerry74 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |