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.
Wat is Yet Another Drag and Go FIX?
Yet Another Drag and Go FIX is een Chrome-extensie ontwikkeld door jerry74, en de belangrijkste functie is "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yet Another Drag and Go FIX
Download Yet Another Drag and Go FIX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Source Code:https://github.com/jerry74/yadng Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi
Basisinformatie over de Extensie
Naam | Yet Another Drag and Go FIX |
ID | ijbfjijnippekinigficbmbmfkiihpng |
Officiële URL | https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng |
Beschrijving | Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines. |
Bestandsgrootte | 115 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 0.3.4 |
Laatst Bijgewerkt | 2021-08-29 |
Publicatiedatum | 2014-02-07 |
Beoordeling | 4.45/5 Totaal 33 Beoordelingen |
Ontwikkelaar | jerry74 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |