Tabs Aside

Remembers tabs for later so you don't have to.

Tabs Aside là gì?

Tabs Aside là một tiện ích mở rộng Chrome được phát triển bởi https://concinnitasapps.com, và tính năng chính của nó là "Remembers tabs for later so you don't have to.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Never lose track of the tabs you opened the other day! With just a few clicks, you can save any or all open tabs into a "session".

Use for...
• Saving research
• Storing frequently visited webpages
• Saving tabs to access later
• Expediting workflow
• Reducing RAM (memory) usage
• and much much more!

Tabs Aside is frequently updated with new features, including: 
• Beautiful, intuitive user interface
• Supports syncing across all signed-in Chrome browsers with Tabs Aside installed
• Conserves computer resources with less open tabs                    

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

Tên Tabs Aside Tabs Aside
ID nboikgnmjgjcnnhencinblbaikdccdlb
URL Chính Thức https://chromewebstore.google.com/detail/tabs-aside/nboikgnmjgjcnnhencinblbaikdccdlb
Mô tả Remembers tabs for later so you don't have to.
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 3,219
Phiên Bản Hiện Tại 3.1.1
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2020-01-10
Đánh Giá 3.73/5 Tổng số 45 Đánh Giá
Nhà Phát Triển https://concinnitasapps.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Aside",
    "short_name": "Tabs Aside",
    "description": "Remembers tabs for later so you don't have to.",
    "version": "3.1.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html?popup=true"
    },
    "permissions": [
        "storage",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "minimum_chrome_version": "61",
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;",
    "web_accessible_resources": [
        "*.ttf"
    ],
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}