Redirect New Tab
This extension redirect New Tab to a specified URL
Redirect New Tabคืออะไร?
Redirect New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.amidev.net และคุณลักษณะหลักของมันคือ "This extension redirect New Tab to a specified URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Redirect New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When clicking on "New Tab" go to the redirection page choosed on settings. By default: www.google.com. Compatible with Chrome version : 57.0.2987.133 (64-bit)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redirect New Tab |
ID | ijbmagglfbhfnhdojlbfpedpokfhmoec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec |
คำอธิบาย | This extension redirect New Tab to a specified URL |
ขนาดไฟล์ | 264 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-04-13 |
วันที่เผยแพร่ | 2017-04-12 |
ผู้พัฒนา | https://www.amidev.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect New Tab", "description": "This extension redirect New Tab to a specified URL", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html", "default_title": "Redirect New Tab" }, "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "permissions": [ "activeTab", "tabs", " |