Landscapes In Your New Tab
Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
Landscapes In Your New Tabคืออะไร?
Landscapes In Your New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kleveer Ltd และคุณลักษณะหลักของมันคือ "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Landscapes In Your New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Landscapes In Your New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Landscapes In Your New Tab fills your new tabs with amazing landscape backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below. Please note this extension changes your new tab search to results powered by bing.com. https://landscape-theme.com/privacy.html https://landscape-theme.com/terms.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
คำอธิบาย | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
ขนาดไฟล์ | 237 KB |
จำนวนการติดตั้ง | 9,131 |
เวอร์ชันปัจจุบัน | 0.0.39 |
อัปเดตครั้งล่าสุด | 2022-06-09 |
วันที่เผยแพร่ | 2022-06-09 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Kleveer Ltd |
อีเมล | [email protected] |
URL หน้านโยบายความเป็นส่วนตัว | https://landscape-theme.com/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Landscapes In Your New Tab", "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" }, "manifest_version": 3, "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.", "version": "0.0.39", "host_permissions": [ "*:\/\/landscape-theme.com\/*" ] } |