Open and Pin my Tabs

Open and Pin a default set of tabs defined by you.

Open and Pin my Tabs là gì?

Open and Pin my Tabs là một tiện ích mở rộng Chrome được phát triển bởi greewskytte, và tính năng chính của nó là "Open and Pin a default set of tabs defined by you.".

Ả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 Open and Pin my Tabs

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

                        This extension is a replacement for the standard Chrome startup pages. This extension will both open the defined pages, but also pin the pages. 

It will also check if each of the URLs are already opened and not open a new one to avoid duplicates.                    

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

Tên Open and Pin my Tabs Open and Pin my Tabs
ID cgjagindbcdbjebdkpcnodpenhkhhgfb
URL Chính Thức https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb
Mô tả Open and Pin a default set of tabs defined by you.
Kích Thước Tệp 15 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-11-17
Ngày Phát Hành 2020-11-17
Nhà Phát Triển greewskytte
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/greew/pintabs
URL Trang Trợ Giúp https://github.com/greew/pintabs/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "__MSG_short_title__"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "author": "Jesper Skytte Marcussen ",
    "homepage_url": "https:\/\/github.com\/greew\/pintabs",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}