SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
SpiderTab là gì?
SpiderTab là một tiện ích mở rộng Chrome được phát triển bởi mircea.sorin.sebastian, và tính năng chính của nó là "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".
Ả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 SpiderTab
Tải xuống các tệp mở rộng SpiderTab 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
Chrome allows you to have a custom page set up as the 'new tab page', but what happens if you want more than one page to be opened whenever you start a new tab? This is exactly what SpiderTab allows you to do. Easily set up certain webpages and layouts as your default 'new tab page'.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SpiderTab |
ID | figmmpfpocbfimmkcobcchfmgppljhla |
URL Chính Thức | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
Mô tả | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
Kích Thước Tệp | 1.11 MB |
Số Lần Cài Đặt | 447 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-08-03 |
Ngày Phát Hành | 2020-07-20 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | mircea.sorin.sebastian |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sorinmircea.com/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpiderTab", "version": "1.1", "description": "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.", "manifest_version": 2, "icons": { "512": "spider-512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "spider-512.png", "default_popup": "popUp\/index.html", "default_title": "SpiderTab Manager" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ] } |