Save pin tab 2
Makes it possible to pin tabs permanently.
Save pin tab 2とは何ですか?
Save pin tab 2はmktakuyaによって開発されたChromeの拡張機能で、その主な機能は「Makes it possible to pin tabs permanently.」です。
Save pin tab 2拡張機能のCRXファイルをダウンロード
Save pin tab 2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes it possible to pin tabs permanently. This is fork of Save-pin-tab. This fork add support manifest version 2 to it.
拡張機能の基本情報
名前 | |
ID | kifklnehlfjklnmjjflcomnfngbfkjga |
公式URL | https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga |
説明 | Makes it possible to pin tabs permanently. |
ファイルサイズ | 22.7 KB |
インストール数 | 127 |
現在のバージョン | 0.1 |
最終更新日 | 2016-06-03 |
公開日 | 2016-06-03 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | mktakuya |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save pin tab 2", "version": "0.1", "manifest_version": 2, "description": "Makes it possible to pin tabs permanently.", "permissions": [ "tabs" ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "background": { "scripts": [ "background.js" ] } } |