iLaunch: Manage Bookmark,History,Tab and More

Manage bookmark, history, tab, extension & Quick command launch tool

iLaunch: Manage Bookmark,History,Tab and More란 무엇입니까?

iLaunch: Manage Bookmark,History,Tab and More은(는) talentranslate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage bookmark, history, tab, extension & Quick command launch tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

iLaunch: Manage Bookmark,History,Tab and More 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With commands, you can use browser like a pro.

Using iLaunch, you can use browser like a professional, with shortcut commands, quickly start and manage open tabs, bookmarks, browsing history, efficiently manage your extensions, you can also perform all sorts of actions and more, it is your efficiency multiplier tool.

Quick start hotkey by default
Windows: alt+Q
Mac: control+Q
You can also visit "chrome://extensions/shortcuts" management interface to set it by yourself

●Shortcut command

"/action"  - enter "/a" quick start.
Integrate more than 50 actions to improve efficiency, such as mute tabs, create various documents, full screen, clear cache, etc.

"/bookmarks" - enter the "/b" quick start.
With this command you can quickly search and browse your bookmarks.

"/extensions" - enter the "/e" quick start.

With this command, you can quickly manage your extensions.

"/history"  - enter the "/h" quick start.
With this command, you can quickly search your history.

"/tabs" - enter the "/t" quick start.
With this command, you can quickly switch, open, search tabs.

"/remove" - enter the "/r" quick start.
With this command, you can quickly search and close open tabs and delete useless bookmarks.

More shortcut commands are under development.

●Associative search
Support search engine customization, and it can intelligently associative search to quickly find what you need.

●Multiple themes
It contains multiple themes, light mode, dark mode..., you can use different color schemes according to your own preferences.

●Minimalist mode
Hide shortcut command buttons to let you use browser like a pro.

iLaunch lets you use browser more efficiently.                    

확장 프로그램 기본 정보

이름 iLaunch: Manage Bookmark,History,Tab and More iLaunch: Manage Bookmark,History,Tab and More
ID akidhgondomkboblkncnijoiofggpgfo
공식 URL https://chromewebstore.google.com/detail/ilaunch-manage-bookmarkhi/akidhgondomkboblkncnijoiofggpgfo
설명 Manage bookmark, history, tab, extension & Quick command launch tool
파일 크기 2.07 MB
설치 횟수 203
현재 버전 1.3.1
최근 업데이트 2022-04-05
출시 날짜 2022-04-05
평점 5.00/5 총 3 개의 평점
개발자 talentranslate
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/3273275d-2a5f-4848-a70a-ba2bf99982b3
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "version": "1.3.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "commands": {
        "open-tabsearch": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "MacCtrl+Q"
            },
            "description": "Open command menu"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "browsingData",
        "history",
        "scripting",
        "search",
        "storage",
        "management",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/gstatic.com\/*",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.html",
                "search\/search.html",
                "assets\/*",
                "popup.css",
                "popup.js",
                "extension\/extension.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}