URL Quick Append

Quickly manipulate URL appendix

Qu'est-ce que URL Quick Append ?

URL Quick Append est une extension Chrome développée par Painttist, et sa fonction principale est "Quickly manipulate URL appendix".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension URL Quick Append

Téléchargez les fichiers d'extension URL Quick Append au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom URL Quick Append URL Quick Append
ID bojlanjcfkfhlnjjdjadkcngddpfloha
URL Officiel https://chromewebstore.google.com/detail/url-quick-append/bojlanjcfkfhlnjjdjadkcngddpfloha
Description Quickly manipulate URL appendix
Taille du Fichier 23.78 KB
Nombre d'Installations 68
Version Actuelle 1.5.0
Dernière Mise à Jour 2021-10-18
Date de Publication 2019-05-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Painttist
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/painttist/url-quick-append
URL de la Page d'Aide https://github.com/painttist/url-quick-append
Langues Prises en Charge 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"
}