Quick Launch Toolbar
This extension launches links from a toolbar in a new tab.
Quick Launch Toolbar là gì?
Quick Launch Toolbar là một tiện ích mở rộng Chrome được phát triển bởi onowrouzidev, và tính năng chính của nó là "This extension launches links from a toolbar in a new tab.".
Ả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 Quick Launch Toolbar
Tải xuống các tệp mở rộng Quick Launch Toolbar 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
This is a simple but highly customizable quick launch toolbar that stays fixed to the top of web pages to launch new tabs to sites of your choice. Depending on feedback, I may add more customizability and features. Currently, there are some conflicts with some websites. This is mostly related to a site's dynamic CSS or security settings conflicting with non-secure image url's.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Launch Toolbar |
ID | lakamljdifimmlphbhhhbdlonfemfpjf |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-launch-toolbar/lakamljdifimmlphbhhhbdlonfemfpjf |
Mô tả | This extension launches links from a toolbar in a new tab. |
Kích Thước Tệp | 74.48 KB |
Số Lần Cài Đặt | 306 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2016-07-25 |
Ngày Phát Hành | 2016-07-25 |
Nhà Phát Triển | onowrouzidev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Launch Toolbar", "description": "This extension launches links from a toolbar in a new tab.", "version": "0.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "html\/popup.html" }, "icons": { "64": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-2.2.4.min.js", "js\/content_script.js" ] } ], "permissions": [ "tabs", "storage", "https:\/\/ajax.googleapis.com\/" ] } |