Force Background Tab
Force New Tab Running In Background
Force Background Tabคืออะไร?
Force Background Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuchen Wang และคุณลักษณะหลักของมันคือ "Force New Tab Running In Background"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force Background Tab
ดาวน์โหลดไฟล์ส่วนขยาย Force Background Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Force New Tab Running In Background !!!Support of all Link/Tab/Flash!!! Description: Normally, Each click on a link that wants to open a new tab will ACTIVE THE NEW TAB Now, After install this extension, the new tab will RUNNING IN BACKGROUND Feedback: https://github.com/monque/ChromeExtension-ForceBackgroundTab/issues ---------------------------------------- version 2.2.0 New feature: With the new rule management, users can set whether a site open in background or not version 2.1.5 Using chrome.storage instead of localStorage, options will sync with google account version 2.1.4 Add support for Chrome 79 https://developer.chrome.com/extensions/tabs#property-Tab-pendingUrl version 2.1.3 Add chrome-extension:// to exception list version 2.1.2 Revert to version 2.1.0, that the version without moentizus file version 2.1.0 Performance improved Add new rules to exception list version 2.0.5 Sorry for the hotfix caming late bugfix:add NEWTAB's url of chrome version 30.x to exception list version 2.0.4 bugfix:add chrome-search:// to exception list version 2.0.3 bugfix:fix the problem that open 2 tabs in background when making 1 click bugfix:remove the active mode for the bug above, also means it may be a FLASH when you openning a new tab version 2.0.1,2.0.2 bugfix:fix the problem that open 2 identical tabs when using Google Reader version 2.0.0 improved:improve the efficiency in passive mode feature:add active mode to prevent the FLASH when open a new tab version 1.12.0 bugfix:when Chrome first open the extension can not work improved:update some API method because deprecated version 1.11 improved:update Manifest_Version to version 2, and fix script to fit new version
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Force Background Tab |
ID | gidlfommnbibbmegmgajdbikelkdcmcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/force-background-tab/gidlfommnbibbmegmgajdbikelkdcmcl |
คำอธิบาย | Force New Tab Running In Background |
ขนาดไฟล์ | 664 KB |
จำนวนการติดตั้ง | 28,887 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2020-01-21 |
วันที่เผยแพร่ | 2020-01-21 |
คะแนน | 3.98/5 รวมทั้งหมด 217 คะแนน |
ผู้พัฒนา | Yuchen Wang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/monque/ChromeExtension-ForceBackgroundTab |
URL หน้าช่วยเหลือ | https://github.com/monque/ChromeExtension-ForceBackgroundTab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Background Tab", "version": "2.2.0", "description": "Force New Tab Running In Background", "icons": { "128": "image\/icon_128.png", "48": "image\/icon_48.png", "16": "image\/icon_16.png" }, "browser_action": { "default_icon": "image\/icon_48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "tabs", "storage" ] } |