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.
O que é Yet Another Drag and Go FIX?
Yet Another Drag and Go FIX é uma extensão do Chrome desenvolvida por jerry74, e sua principal característica é "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yet Another Drag and Go FIX
Baixe arquivos de extensão Yet Another Drag and Go FIX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Source Code:https://github.com/jerry74/yadng Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi
Informações Básicas da Extensão
Nome | Yet Another Drag and Go FIX |
ID | ijbfjijnippekinigficbmbmfkiihpng |
URL Oficial | https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng |
Descrição | Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines. |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 7,000 |
Versão Atual | 0.3.4 |
Última Atualização | 2021-08-29 |
Data de Publicação | 2014-02-07 |
Classificação | 4.45/5 Total de 33 Avaliações |
Desenvolvedor | jerry74 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |