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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mohamedmansour.com และคุณลักษณะหลักของมันคือ "Adds a context menu to open a link in a new foreground tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open link in foreground tab

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open link in foreground tab Open link in foreground tab
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
อีเมล [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"
    ]
}