Open pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows.
Open pop-up as tabとは何ですか?
Open pop-up as tabはsergiy.netによって開発されたChromeの拡張機能で、その主な機能は「Forces Chrome to open new tabs instead of pop-up windows.」です。
拡張機能のスクリーンショット
Open pop-up as tab拡張機能のCRXファイルをダウンロード
Open pop-up as tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension forces Chrome to open new tabs instead of new windows. If the extension stops working randomly, try disabling "Energy Saver" under Chrome Settings > Performance > Power.
拡張機能の基本情報
名前 | Open pop-up as tab |
ID | ahkigobklmfjfoddojojphffagkfakpc |
公式URL | https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc |
説明 | Forces Chrome to open new tabs instead of pop-up windows. |
ファイルサイズ | 12.02 KB |
インストール数 | 935 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-11-22 |
公開日 | 2023-07-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | sergiy.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://popup-as-tab-extension.sergiy.net |
プライバシーポリシーページのURL | https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "sergiy.net", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Open link in same tab, pop-up as tab" }, "description": "Forces Chrome to open new tabs instead of pop-up windows.", "icons": { "128": "icon128.png" }, "manifest_version": 3, "name": "Open pop-up as tab", "short_name": "Popup-As-Tab", "permissions": [ "tabs", "storage" ], "version": "1.2.1", "content_security_policy": [] } |