URL Quick Append

Quickly manipulate URL appendix

O que é URL Quick Append?

URL Quick Append é uma extensão do Chrome desenvolvida por Painttist, e sua principal característica é "Quickly manipulate URL appendix".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão URL Quick Append

Baixe arquivos de extensão URL Quick Append 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

                        This extension lets you quickly search multiple items or access URLs with appendixes without unnecessary tab changes.

For example, Google search multiple queries, quickly access Pixiv image links with ID, Baidu drive download URL, etc.

Support all sites that uses URL queries to load content. The plugin has some defaults but you can delete them and add new ones. You have total control. The settings are synced between devices with Google syncing enabled.
This way you can save all sorts of URL queries, only once, and never forget.

This light-weight extension, also comes with a minimalistic UI, and a lazy load function.

「我想要继续看视频,但是我担心我想要搜索的标签转眼就忘了」不必再来回切换标签页啦,这个插件帮你快速记录想要搜索的内容,一次性输入多个内容,然后一口气打开全部标签页——不用担心,默认 Lazy Load,只有当你点击时才会开始加载网页。

百度云盘前面的链接是啥来着?我知道了 B 站 UP 主的 ID 但是前面的链接是啥来着?看 Pixiv 图包视频时不想下载全部,想要快速查看好几张图,怎么办呢?

这个插件让你快速输入多个ID,一次性打开全部。
特别为百度云盘定制了一些快速清理,试试「/s/A123b456/ 密码:123」
内建了多个网站的搜索前缀,你也能够随心记录各种你自己常用网站的搜索链接前缀。

附赠简约风格界面,省时省事还舒心。

More info 更多资讯:
Github: https://github.com/painttist/url-quick-append

Version Notes:
Version 1.5 Fixed reset to defaults on Chrome update bug. Supports Chrome Extension Manifest v3
Version 1.4.3 Added many keyboard shortcuts. (e.g. 「Tab+G」 to quickly switch to 「Google Search」 because it starts with a 「G」)
Version 1.4 Added URL Quick Clean, Added Quick Info Boxes
Version 1.3.1 Added More Default Search Queries including Youtube and Google
Version 1.3 Removed "tabs" permission because it was not needed
Version 1.2 Fixed Layout Issues for Windows                    

Informações Básicas da Extensão

Nome URL Quick Append URL Quick Append
ID bojlanjcfkfhlnjjdjadkcngddpfloha
URL Oficial https://chromewebstore.google.com/detail/url-quick-append/bojlanjcfkfhlnjjdjadkcngddpfloha
Descrição Quickly manipulate URL appendix
Tamanho do Arquivo 23.78 KB
Contagem de Instalações 68
Versão Atual 1.5.0
Última Atualização 2021-10-18
Data de Publicação 2019-05-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Painttist
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/painttist/url-quick-append
URL da Página de Ajuda https://github.com/painttist/url-quick-append
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Quick Append",
    "description": "Quickly manipulate URL appendix",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/urlqa128.png"
        }
    },
    "icons": {
        "128": "images\/urlqa128.png"
    },
    "manifest_version": 3,
    "version": "1.5.0"
}