Chrono Power Action

Boost productivity with this dashboard/launcher! Search tabs, bookmarks, history, downloads and more. Navigate with short URLs.

Chrono Power Action란 무엇입니까?

Chrono Power Action은(는) https://chronopoweraction.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost productivity with this dashboard/launcher! Search tabs, bookmarks, history, downloads and more. Navigate with short URLs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Chrono Power Action 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🔎SEARCH EVERYTHING🔎
Search everything in your browser, including opened tabs, bookmarks, history, downloads, short URLs, quick commands and more.
      • /tab or # : Search all opened tabs
      • /bookmarks or * : Search bookmarks
      • /history or ~ : Search browsing history
      • /downloads or ! : Search downloaded files
      • /ext or % : Search installed extensions
      • /settings : Search browser settings
      ...


🚀SHORT URL NAVIGATION AND SITE SEARCH🚀
Set up short URL mappings and search URL templates to navigate to or search your favorite websites by typing a few letters. For example,
      • type `yt` to go to YouTube
      • type `/yt music` to search music on YouTube
      • type `my-product-design` to go to a Google Doc you've set up the mapping for


⚡MORE POWER AT YOUR FINGERTIPS⚡
Type less to achieve more:
      • built-in calculator
      • full keyboard navigation support
      • mute/unmute tabs
      • sort - Sort tabs in current window
      • dedupe - Close duplicated tabs in all windows
      • urls - Copy tab URLs in current window
      • rands - Generate a random string
      ...


⚙️CUSTOMIZE TO MAKE IT FULLY YOURS⚙️
      • light and dark theme support
      • customize short URL mappings and sites search
      • customize single character trigger for searchers                    

확장 프로그램 기본 정보

이름 Chrono Power Action Chrono Power Action
ID mpndfekdcijnjgfcoghjkhnjmdajhmnf
공식 URL https://chromewebstore.google.com/detail/chrono-power-action/mpndfekdcijnjgfcoghjkhnjmdajhmnf
설명 Boost productivity with this dashboard/launcher! Search tabs, bookmarks, history, downloads and more. Navigate with short URLs.
파일 크기 310 KB
설치 횟수 15,103
현재 버전 0.3.0
최근 업데이트 2024-02-22
출시 날짜 2023-02-20
평점 4.61/5 총 18 개의 평점
개발자 https://chronopoweraction.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chronopoweraction.app
도움말 페이지 URL https://chronopoweraction.app/quick-start
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrono Power Action",
    "short_name": "Chrono Power Action",
    "version": "0.3.0",
    "description": "__MSG_manifestDescription__",
    "default_locale": "en",
    "icons": {
        "16": "logo\/16.png",
        "19": "logo\/19.png",
        "24": "logo\/24.png",
        "32": "logo\/32.png",
        "38": "logo\/38.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "offline_enabled": true,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mpndfekdcijnjgfcoghjkhnjmdajhmnf",
    "permissions": [
        "contextMenus",
        "storage",
        "system.display",
        "tabs",
        "unlimitedStorage",
        "favicon"
    ],
    "optional_permissions": [
        "bookmarks",
        "downloads",
        "downloads.open",
        "history",
        "management",
        "sessions",
        "topSites"
    ],
    "optional_host_permissions": [
        "https:\/\/www.baidu.com\/*",
        "https:\/\/www.bing.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/*.bilibili.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Chrono Power Action",
        "default_icon": {
            "16": "logo\/16.png",
            "19": "logo\/19.png",
            "24": "logo\/24.png",
            "32": "logo\/32.png",
            "38": "logo\/38.png",
            "48": "logo\/48.png",
            "128": "logo\/128.png"
        }
    },
    "commands": {
        "alternative_trigger": {
            "suggested_key": {
                "default": "Ctrl+Period"
            },
            "description": "__MSG_manifestActivateExtension__"
        },
        "b_t": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "__MSG_manifestActivateExtensionAlt__"
        },
        "c_t": {
            "description": "__MSG_manifestActivateExtensionAlt__"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/chronopoweraction.app\/web\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/_favicon\/*",
                "\/open.html",
                "\/open.js"
            ],
            "matches": [
                "https:\/\/chronopoweraction.app\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/chronopoweraction.app\/*"
    ]
}