ShakeToPinTab
You can pin or unpin a tab by shaking a tab.
ShakeToPinTab là gì?
ShakeToPinTab là một tiện ích mở rộng Chrome được phát triển bởi kent.ruffle.mgj626, và tính năng chính của nó là "You can pin or unpin a tab by shaking a 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 ShakeToPinTab
Tải xuống các tệp mở rộng ShakeToPinTab 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
To pin a tab, shake an unpinned tab twice (move left, right, left, right, or the reverse). To unpin a tab, shake a pinned tab twice (move left, right, left, right, or the reverse). The tab can be pinned only when there are 2 or more unpinned tabs. Conversely, the tab can be unpinned only when there are 2 or more pinned tabs. I'm sorry I can't be any help when the pinned or unpinned tab is isolated. This extension will be active just by being installed. It doesn't have an option view, a popup view etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ShakeToPinTab |
ID | dfgfdilbghaelikilhppijemonkaoepf |
URL Chính Thức | https://chromewebstore.google.com/detail/shaketopintab/dfgfdilbghaelikilhppijemonkaoepf |
Mô tả | You can pin or unpin a tab by shaking a tab. |
Kích Thước Tệp | 23.95 KB |
Số Lần Cài Đặt | 152 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-04-14 |
Ngày Phát Hành | 2020-07-26 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | kent.ruffle.mgj626 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://hp.vector.co.jp/authors/VA054317/index.html |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.1", "default_locale": "en", "description": "__MSG_appDescription__", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "stpt_16.png", "32": "stpt_32.png", "64": "stpt_64.png", "128": "stpt_128.png" }, "action": { "default_icon": { "16": "stpt_16.png", "32": "stpt_32.png", "64": "stpt_64.png", "128": "stpt_128.png" } } } |