Cato
Cato - a command launcher for your web browser.
Cato란 무엇입니까?
Cato은(는) https://cliffordfajardo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cato - a command launcher for your web browser."입니다.
확장 프로그램 스크린샷
Cato 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cato is command launcher that allows you manage your open tabs, playing videos, bookmarks, downloads, history and so much more. Cato does the work of 30+ web browser extensions & is completely free and open source. Feature List: - Search Google, Youtube and Gmail (more coming soon) - Play/Pause videos on webpages - Search history, bookmarks, open tabs - Manage your browser shortcuts - Create new windows & tabs (including incognito) - Close tabs (single or multiple) - Copy the current URL - Shorten Urls - Calculator - Detach tabs from their windows - Disable/Enable/Uninstall Extensions - Duplicate the current tab - Copy current URL - Detach tabs - Find bookmarks and open them - Sort open tabs by URL - Merge all browser windows into one. - Toggle Bookmark - Navigated your Pages & Tabs (Forward and back) - Mute tabs - Toggle Fullscreen mode - Reload tabs (single or multiple) KEYBOARD SHORTCUT Activate the Extension by using [Command+J] on Mac & [Control+J] on Windows or Linux or assign your own custom command (https://goo.gl/Hv4YHc)
확장 프로그램 기본 정보
이름 | Cato |
ID | icphdcfpompgbdikholnedfeidemgobg |
공식 URL | https://chromewebstore.google.com/detail/cato/icphdcfpompgbdikholnedfeidemgobg |
설명 | Cato - a command launcher for your web browser. |
파일 크기 | 390 KB |
설치 횟수 | 675 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2018-10-15 |
출시 날짜 | 2018-10-14 |
평점 | 4.78/5 총 27 개의 평점 |
개발자 | https://cliffordfajardo.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cliffordfajardo/cato |
도움말 페이지 URL | https://github.com/cliffordfajardo/cato |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cato", "description": "Cato - a command launcher for your web browser.", "homepage_url": "https:\/\/github.com\/cliffordfajardo\/cato", "version": "1.1.5", "browser_action": { "default_icon": "images\/cato-logo.png", "default_popup": "popup.html", "default_title": "Cato" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "popup.js" ], "persistent": false }, "icons": { "16": "images\/cato-logo16.png", "48": "images\/cato-logo48.png", "128": "images\/cato-logo128.png" }, "permissions": [ "activeTab", "bookmarks", "tabs", "management", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+J", "mac": "Command+J", "chromeos": "Ctrl+M", "linux": "Ctrl+M" } } } } |