Pushpin

Keep your favorite pinned tabs around.

Pushpinとは何ですか?

PushpinはSean Zhuによって開発されたChromeの拡張機能で、その主な機能は「Keep your favorite pinned tabs around.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Read the full usage guide: https://github.com/szhu/pushpin

Pinned tabs in Chrome look nice, but if you expect to always have the same set of pinned tabs open, you may be frustrated by how unpersistent they are.

Pushpin is here to help!

Pushpin lets you:
📌 Configure your favorite set of pinned tabs
📌 Reset all or each pinned tab back to your configuration
📌 Move your pinned tabs to the front window without reloading them
📌 Set keyboard shortcuts for each pinned tab (shortcuts can be global)
📌 Modify your keyboard shortcuts so that Ctrl-n will open the n-th unpinned tab

Read the full usage guide: https://github.com/szhu/pushpin


Bugs? Questions? Ideas?

The Chrome Web Store's reviews page is quite limited, and I don't get notifications when people write reviews. Feel free to leave a rating, but if you'd like to report a bug or make a feature request, please do so on GitHub where I can ask for more info: https://github.com/szhu/pushpin/issues

This extension is open source: https://github.com/szhu/pushpin                    

拡張機能の基本情報

名前 Pushpin Pushpin
ID oeccdogiekfcglkneepeaodoendiikic
公式URL https://chromewebstore.google.com/detail/pushpin/oeccdogiekfcglkneepeaodoendiikic
説明 Keep your favorite pinned tabs around.
ファイルサイズ 54.17 KB
インストール数 509
現在のバージョン 0.4.2
最終更新日 2023-06-15
公開日 2019-10-07
評価 5.00/5 合計 8 レビュー
開発者 Sean Zhu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/szhu/pushpin
ヘルプページのURL https://github.com/szhu/pushpin/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pushpin",
    "description": "Keep your favorite pinned tabs around.",
    "version": "0.4.2",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "page-background.html",
        "persistent": false
    },
    "options_page": "page-options.html",
    "options_ui": {
        "page": "page-options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "Pushpin"
    },
    "icons": {
        "24": "img\/icon24.png",
        "48": "img\/icon48.png"
    },
    "commands": {
        "activate-normal-tab-0": {
            "description": "Activate unpinned tab 1"
        },
        "activate-normal-tab-1": {
            "description": "Activate unpinned tab 2"
        },
        "activate-normal-tab-2": {
            "description": "Activate unpinned tab 3"
        },
        "activate-normal-tab-3": {
            "description": "Activate unpinned tab 4"
        },
        "activate-normal-tab-4": {
            "description": "Activate unpinned tab 5"
        },
        "activate-normal-tab-5": {
            "description": "Activate unpinned tab 6"
        },
        "activate-normal-tab-6": {
            "description": "Activate unpinned tab 7"
        },
        "activate-normal-tab-7": {
            "description": "Activate unpinned tab 8"
        },
        "activate-normal-tab-last": {
            "description": "Activate last unpinned tab"
        },
        "activate-pinned-tab-0": {
            "description": "Activate pinned tab 1"
        },
        "activate-pinned-tab-1": {
            "description": "Activate pinned tab 2"
        },
        "activate-pinned-tab-2": {
            "description": "Activate pinned tab 3"
        },
        "activate-pinned-tab-3": {
            "description": "Activate pinned tab 4"
        },
        "activate-pinned-tab-4": {
            "description": "Activate pinned tab 5"
        },
        "activate-pinned-tab-5": {
            "description": "Activate pinned tab 6"
        },
        "activate-pinned-tab-6": {
            "description": "Activate pinned tab 7"
        },
        "activate-pinned-tab-7": {
            "description": "Activate pinned tab 8"
        },
        "activate-pinned-tab-8": {
            "description": "Activate pinned tab 9"
        },
        "activate-pinned-tab-9": {
            "description": "Activate pinned tab 10"
        },
        "_execute_browser_action": []
    }
}