Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

Pin'em Allとは何ですか?

Pin'em AllはUmanによって開発されたChromeの拡張機能で、その主な機能は「Allows user to pin all open tabs or to unpin all pinned tabs」です。

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

screenshot

Pin'em All拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

拡張機能の基本情報

名前 Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
公式URL https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
説明 Allows user to pin all open tabs or to unpin all pinned tabs
ファイルサイズ 17.13 KB
インストール数 397
現在のバージョン 1.0
最終更新日 2016-09-16
公開日 2016-09-16
評価 4.75/5 合計 8 レビュー
開発者 Uman
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.umanski.me
ヘルプページのURL http://www.umanski.me
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}