Open link in foreground tab

Adds a context menu to open a link in a new foreground tab.

Open link in foreground tab là gì?

Open link in foreground tab là một tiện ích mở rộng Chrome được phát triển bởi http://mohamedmansour.com, và tính năng chính của nó là "Adds a context menu to open a link in a new foreground tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open link in foreground tab

Tải xuống các tệp mở rộng Open link in foreground tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open link in foreground tab Open link in foreground tab
ID ofbafcaeafjchlcknlmcgaijglnkdnja
URL Chính Thức https://chrome.google.com/webstore/detail/open-link-in-foreground-t/ofbafcaeafjchlcknlmcgaijglnkdnja
Mô tả Adds a context menu to open a link in a new foreground tab.
Kích Thước Tệp 13.32 KB
Số Lần Cài Đặt 762
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-07-02
Ngày Phát Hành 2018-07-02
Đánh Giá 4.03/5 Tổng số 40 Đánh Giá
Nhà Phát Triển http://mohamedmansour.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/mohamedmansour/open-link-in-a-foreground-tab-extension
URL Trang Trợ Giúp http://groups.google.com/group/mohamedmansour-extensions
URL Trang Chính Sách Bảo Mật https://mohamedmansour.com/extensions/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}