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
官方URL 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"
    }
}