URL carousel
Gets information from Google.
URL carousel là gì?
URL carousel là một tiện ích mở rộng Chrome được phát triển bởi Artem Demo, và tính năng chính của nó là "Gets information from Google.".
Ả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 URL carousel
Tải xuống các tệp mở rộng URL carousel 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
Simple extension that showing websites them one by one in single tab. Useful when you want to use chrome cast of only one tab. For example, after locking your computer chrome cast will stop casting of whole desktop, but will continue to stream single tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL carousel |
ID | imanllkkdigegblfoboikgbokfkffahp |
URL Chính Thức | https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp |
Mô tả | Gets information from Google. |
Kích Thước Tệp | 780 KB |
Số Lần Cài Đặt | 460 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-04-06 |
Ngày Phát Hành | 2017-04-06 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Artem Demo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL carousel", "version": "1.3", "manifest_version": 2, "description": "Gets information from Google.", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "32": "images\/icon32.png", "48": "images\/icon48.png" }, "default_title": "URL carousel", "default_popup": "PopupView.html" }, "options_ui": { "page": "OptionsView.html", "chrome_style": false }, "background": { "scripts": [ "background.js" ] } } |