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
Eメール [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"
    }
}