Another Tab

Another Tab Chrome Extension

Another Tab là gì?

Another Tab là một tiện ích mở rộng Chrome được phát triển bởi Dumb Sloth Development, và tính năng chính của nó là "Another Tab Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Another Tab

Tải xuống các tệp mở rộng Another 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

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
URL Chính Thức https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
Mô tả Another Tab Chrome Extension
Kích Thước Tệp 507 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Dumb Sloth Development
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mmazzarolo/chrome-another-tab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}