Pinned means Pinned!
Prevents closing of pinned tab.
Pinned means Pinned!とは何ですか?
Pinned means Pinned!はblueCmdによって開発されたChromeの拡張機能で、その主な機能は「Prevents closing of pinned tab.」です。
Pinned means Pinned!拡張機能のCRXファイルをダウンロード
Pinned means Pinned!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When a pinned tab is closed an identical tab is opened and replaces the current tab. Source: https://github.com/bluecmd/pinned-means-pinned Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab
拡張機能の基本情報
名前 | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
公式URL | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
説明 | Prevents closing of pinned tab. |
ファイルサイズ | 14.04 KB |
インストール数 | 207 |
現在のバージョン | 1.1 |
最終更新日 | 2015-04-28 |
公開日 | 2015-04-28 |
評価 | 4.90/5 合計 10 レビュー |
開発者 | blueCmd |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned means Pinned!", "version": "1.1", "manifest_version": 2, "description": "Prevents closing of pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |