URL Quick Append

Quickly manipulate URL appendix

URL Quick Append란 무엇입니까?

URL Quick Append은(는) Painttist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly manipulate URL appendix"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

URL Quick Append 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 URL Quick Append URL Quick Append
ID bojlanjcfkfhlnjjdjadkcngddpfloha
공식 URL https://chromewebstore.google.com/detail/url-quick-append/bojlanjcfkfhlnjjdjadkcngddpfloha
설명 Quickly manipulate URL appendix
파일 크기 23.78 KB
설치 횟수 68
현재 버전 1.5.0
최근 업데이트 2021-10-18
출시 날짜 2019-05-20
평점 5.00/5 총 1 개의 평점
개발자 Painttist
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/painttist/url-quick-append
도움말 페이지 URL https://github.com/painttist/url-quick-append
지원되는 언어 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"
}