Open link in foreground tab
Adds a context menu to open a link in a new foreground tab.
Open link in foreground tabとは何ですか?
Open link in foreground tabはhttp://mohamedmansour.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a context menu to open a link in a new foreground tab.」です。
拡張機能のスクリーンショット
Open link in foreground tab拡張機能のCRXファイルをダウンロード
Open link in foreground tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a context menu that allows you to open a link in a new foreground tab. FOLLOW ME ON +: https://plus.google.com/116805285176805120365/about SOURCE CODE: http://goo.gl/Seob (GitHub) As a feature bonus, when you close a foreground tab, instead of picking a random tab to close, it closes the tab that opened the foreground. This imitates the same functionality of 'Open new tab'. Keyboard Shortcut: Ctrl + Shift +Donations --------------------------- - Many people have asked me for donations, but I rather code for fun and releasing extensions that the users want. Everything I do is OpenSource and I hope the source that I Open Source will intrigue others to Software Development. - I decided to place a PayPal donation link here, so if you would like to donate to support my Open Source development, you can visit the PayPal donations link here http://goo.gl/Mr2vX - With the money I receive I will be donating to many charities.
拡張機能の基本情報
名前 | |
ID | ofbafcaeafjchlcknlmcgaijglnkdnja |
公式URL | https://chrome.google.com/webstore/detail/open-link-in-foreground-t/ofbafcaeafjchlcknlmcgaijglnkdnja |
説明 | Adds a context menu to open a link in a new foreground tab. |
ファイルサイズ | 13.32 KB |
インストール数 | 762 |
現在のバージョン | 1.1.0 |
最終更新日 | 2018-07-02 |
公開日 | 2018-07-02 |
評価 | 4.03/5 合計 40 レビュー |
開発者 | http://mohamedmansour.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/mohamedmansour/open-link-in-a-foreground-tab-extension |
ヘルプページのURL | http://groups.google.com/group/mohamedmansour-extensions |
プライバシーポリシーページのURL | https://mohamedmansour.com/extensions/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in foreground tab", "version": "1.1.0", "manifest_version": 2, "description": "Adds a context menu to open a link in a new foreground tab.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |