Keep my Pinned Tab
Confirms when you try to close a pinned tab.
Keep my Pinned Tabとは何ですか?
Keep my Pinned TabはCassiozenによって開発されたChromeの拡張機能で、その主な機能は「Confirms when you try to close a pinned tab.」です。
拡張機能のスクリーンショット
Keep my Pinned Tab拡張機能のCRXファイルをダウンロード
Keep my Pinned Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you keep accidentally closing your pinned tabs? Do you hate yourself for this pesky behaviour? "Keep my Pinned Tab" is here to help, giving you a reminder every time you try to close a pinned tab. FAQ: ---- Q: I just installed and it didn't work!!! A: Only works with tabs pinned after you install the extension. You can unpin and pin again your existing tabs after installing. Source code: github.com/cassiozen/Keep-my-Pinned-Tab Icon credits: paomedia (github.com/paomedia/small-n-flat)
拡張機能の基本情報
名前 | |
ID | dcebfccimkdnjbkibdmidghomhcodilp |
公式URL | https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp |
説明 | Confirms when you try to close a pinned tab. |
ファイルサイズ | 14.05 KB |
インストール数 | 747 |
現在のバージョン | 0.1.0 |
最終更新日 | 2014-09-26 |
公開日 | 2014-09-26 |
評価 | 2.37/5 合計 30 レビュー |
開発者 | Cassiozen |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep my Pinned Tab", "version": "0.1.0", "manifest_version": 2, "description": "Confirms when you try to close a pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |