Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
Custom Chrome Shortcut Manager là gì?
Custom Chrome Shortcut Manager là một tiện ích mở rộng Chrome được phát triển bởi https://swsmith.cc, và tính năng chính của nó là "To use, type 'go' into the search bar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Custom Chrome Shortcut Manager
Tải xuống các tệp mở rộng Custom Chrome Shortcut Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**New in Version 1.1.0** Ability to remove individual shortcuts! Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze. Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar. Press tab and enter the alias of the website you want to visit. You're then directed the website. As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
Mô tả | To use, type 'go' into the search bar. |
Kích Thước Tệp | 202 KB |
Số Lần Cài Đặt | 1,913 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-05-25 |
Ngày Phát Hành | 2020-05-04 |
Đánh Giá | 3.23/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://swsmith.cc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sean-smith.github.io/chromeshortcuts/index.html |
URL Trang Trợ Giúp | https://github.com/sean-smith/chrome_shortcuts/issues |
URL Trang Chính Sách Bảo Mật | https://seanssmith.net/copyright.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Chrome Shortcut Manager", "short_name": "Omnibox Alias", "description": "To use, type 'go' into the search bar.", "version": "1.1.1", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Omnibox Alias", "default_icon": "img\/terminal_16x16.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go" }, "icons": { "16": "img\/terminal_16x16.png", "48": "img\/terminal_48x48.png", "128": "img\/terminal_128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |