Pinned Tabs

Keep Pinned Tabs When Open New Window

Pinned Tabsとは何ですか?

Pinned Tabsはwnakluluによって開発されたChromeの拡張機能で、その主な機能は「Keep Pinned Tabs When Open New Window」です。

拡張機能のスクリーンショット

screenshot

Pinned Tabs拡張機能のCRXファイルをダウンロード

Pinned Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 
1. Need to fix the tag right pinned tag
2. Open the extension input name to save the pinned label
3. Select enable next time will automatically open enabled tag group
4. [github](https://github.com/0851/pinned)
5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)                    

拡張機能の基本情報

名前 Pinned Tabs Pinned Tabs
ID biccgodmohjplafdhicdhkdeeejcmgia
公式URL https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia
説明 Keep Pinned Tabs When Open New Window
ファイルサイズ 41.32 KB
インストール数 24
現在のバージョン 1.0.0
最終更新日 2019-01-21
公開日 2019-01-20
評価 5.00/5 合計 2 レビュー
開発者 wnaklulu
支払い方法 free
拡張機能のウェブサイト https://github.com/0851/pinned
ヘルプページのURL https://github.com/0851/pinned/issues
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_sort__",
    "version": "1.0.0",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon32.png",
        "48": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon32.png",
            "48": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    }
}