TabPinner

TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.

TabPinnerとは何ですか?

TabPinnerはRoman Borovetsによって開発されたChromeの拡張機能で、その主な機能は「TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Do you use pinned tabs? If you have a list of links that you would like to always have in the pinned, then this is an extension for you.
Often it happens that all pinned tabs disappear. It is an incredible pain to remember all your links and pinn them again.
With TabPinner you can store all your links in it and if your pinned tabs has been lost, you can easily restore them with one click.

Design by Max Terry. Code by Roman Borovets.                    

拡張機能の基本情報

名前 TabPinner TabPinner
ID gbofjbbefpmmbpefchidpcpnhannddmi
公式URL https://chromewebstore.google.com/detail/tabpinner/gbofjbbefpmmbpefchidpcpnhannddmi
説明 TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.
ファイルサイズ 30.65 KB
インストール数 33
現在のバージョン 0.0.4
最終更新日 2019-04-23
公開日 2019-04-23
評価 5.00/5 合計 3 レビュー
開発者 Roman Borovets
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabPinner",
    "short_name": "TabPinner",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.",
    "homepage_url": "https:\/\/romanborovets.dev\/app\/tabpinner",
    "icons": {
        "16": "icons\/icon16_t.png",
        "48": "icons\/icon48_t.png",
        "128": "icons\/icon128_t.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19_t.png",
        "default_title": "TabPinner",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}