Static Tab
This extension prevents you from opening more than one tab with the same base URL
Static Tab là gì?
Static Tab là một tiện ích mở rộng Chrome được phát triển bởi tangodanc, và tính năng chính của nó là "This extension prevents you from opening more than one tab with the same base URL".
Tải xuống tệp CRX của tiện ích mở rộng Static Tab
Tải xuống các tệp mở rộng Static Tab 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
Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
URL Chính Thức | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Mô tả | This extension prevents you from opening more than one tab with the same base URL |
Kích Thước Tệp | 192 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-04-14 |
Ngày Phát Hành | 2015-04-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | tangodanc |
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": "Static Tab", "version": "0.0.1", "manifest_version": 2, "description": "This extension prevents you from opening more than one tab with the same base URL", "homepage_url": "http:\/\/hightechfor.me", "icons": { "16": "icons\/statictab16.png", "48": "icons\/statictab48.png", "128": "icons\/statictab128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "contextMenus", "cookies", "idle", "management", "tabs" ] } |