Open and Pin my Tabs

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

什麼是Open and Pin my Tabs?

Open and Pin my Tabs是由greewskytte開發的Chrome擴展程式,該擴展的主要功能是“Open and Pin a default set of tabs defined by you.”。

擴展截圖

screenshot
screenshot

下載Open and Pin my Tabs擴展crx文件

下載Open and Pin my Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Open and Pin my Tabs Open and Pin my Tabs
ID cgjagindbcdbjebdkpcnodpenhkhhgfb
官方網址 https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb
簡介 Open and Pin a default set of tabs defined by you.
檔案大小 15 KB
安裝次數 33
目前版本 1.0
更新時間 2020-11-17
上架時間 2020-11-17
開發者 greewskytte
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/greew/pintabs
說明頁面URL https://github.com/greew/pintabs/issues
支援的語言 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"
    }
}