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.
What is Yet Another Drag and Go FIX?
Yet Another Drag and Go FIX is a Chrome extension developed by jerry74, and its main feature is "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".
Extension Screenshots
Download Yet Another Drag and Go FIX Extension CRX File
Download Yet Another Drag and Go FIX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Source Code:https://github.com/jerry74/yadng Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi
Extension Basic Information
Name | Yet Another Drag and Go FIX |
ID | ijbfjijnippekinigficbmbmfkiihpng |
Official URL | 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. |
File Size | 115 KB |
Installation Count | 7,000 |
Current Version | 0.3.4 |
Last Updated | 2021-08-29 |
Publish Date | 2014-02-07 |
Rating | 4.45/5 Total 33 Ratings |
Developer | jerry74 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |