Amazon Rain Forest - New Tab Search
New tab extension showcases stunning Amazon Rain Forest images
Amazon Rain Forest - New Tab Searchคืออะไร?
Amazon Rain Forest - New Tab Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Onecompass Ltd และคุณลักษณะหลักของมันคือ "New tab extension showcases stunning Amazon Rain Forest images"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Rain Forest - New Tab Search
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Rain Forest - New Tab Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Experience the beauty of the Amazon Rain Forest every time you open a new tab, with a plethora of stunning backgrounds to choose from. Simply click on the "Change Background" icon located in the top right corner of the new tab to switch up the scenery. All background images are from pexels.com. In the New Tab there is a Search Box which will provide search results from Bing.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mfidicngioblmoojimbjfimhmjajeolf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amazon-rain-forest-new-ta/mfidicngioblmoojimbjfimhmjajeolf |
คำอธิบาย | New tab extension showcases stunning Amazon Rain Forest images |
ขนาดไฟล์ | 275 KB |
จำนวนการติดตั้ง | 1,670 |
เวอร์ชันปัจจุบัน | 0.0.41 |
อัปเดตครั้งล่าสุด | 2023-08-28 |
วันที่เผยแพร่ | 2023-03-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Onecompass Ltd |
อีเมล | [email protected] |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Rain Forest - New Tab Search", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "*:\/\/amazonforextnewtab.com\/*" ], "manifest_version": 3, "description": "New tab extension showcases stunning Amazon Rain Forest images", "version": "0.0.41" } |