URL Quick Append
Quickly manipulate URL appendix
¿Qué es URL Quick Append?
URL Quick Append es una extensión de Chrome desarrollada por Painttist, y su función principal es "Quickly manipulate URL appendix".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión URL Quick Append
Descarga archivos de extensión URL Quick Append en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | URL Quick Append |
ID | bojlanjcfkfhlnjjdjadkcngddpfloha |
URL Oficial | https://chromewebstore.google.com/detail/url-quick-append/bojlanjcfkfhlnjjdjadkcngddpfloha |
Descripción | Quickly manipulate URL appendix |
Tamaño del Archivo | 23.78 KB |
Cantidad de Instalaciones | 68 |
Versión Actual | 1.5.0 |
Última Actualización | 2021-10-18 |
Fecha de Publicación | 2019-05-20 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Painttist |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/painttist/url-quick-append |
URL de la Página de Ayuda | https://github.com/painttist/url-quick-append |
Idiomas Soportados | 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" } |