Opens external links in a new tab
Opens external links in a new tab
Opens external links in a new tabとは何ですか?
Opens external links in a new tabはCeltis Ltdによって開発されたChromeの拡張機能で、その主な機能は「Opens external links in a new tab」です。
拡張機能のスクリーンショット
Opens external links in a new tab拡張機能のCRXファイルをダウンロード
Opens external links in a new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This small extension converts all external links to be opened in a new tab. This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.
拡張機能の基本情報
名前 | Opens external links in a new tab |
ID | dmcplcjakmobkeanofhphpjecbpjicka |
公式URL | https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka |
説明 | Opens external links in a new tab |
ファイルサイズ | 28.99 KB |
インストール数 | 1,145 |
現在のバージョン | 1.0 |
最終更新日 | 2015-08-21 |
公開日 | 2015-08-21 |
評価 | 2.67/5 合計 12 レビュー |
開発者 | Celtis Ltd |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opens external links in a new tab", "version": "1.0", "manifest_version": 2, "description": "Opens external links in a new tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/targetFixer.js" ] } ] } |