Webstars

Webstars

Webstarsคืออะไร?

Webstars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webstars.org และคุณลักษณะหลักของมันคือ "Webstars"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webstars

ดาวน์โหลดไฟล์ส่วนขยาย Webstars ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Webstars - Giving Users the Power to Make the World a Better Place through Search
 
Experience a new tab with breathtaking wallpapers and a personal dashboard that focus on your every day.  Start your day with beautiful HD natural scenery images with inspirational quotes that give you calmness and inspirations to be more productive. Customize dashboard to your liking with personal images, favorite website. Discover new inspirational places and share with your friends and family, and stay on top of things by tracking your note. You will also be able to check your bandwidth speed along with customizing your favorite Youtube channels right in your tab. Browse the internet with search engine provided by Bing with instant access to your most visited sites. Receive live weather update.

Refer your workplace, organization, your friends and family, together we can make a difference.

Features:

⁂ Customize the dashboard to your taste
⁂ Keep track of your goals with note
⁂ Stunning images with every new tab
⁂ New inspirational photos added regularly
⁂ Search experience will be provided by Bing
⁂ Feel good with your favorite youtube
⁂ Quick access to most visited web sites
⁂ Live weather updates of your current location
⁂ Custom background: with personal images
⁂ Check bandwidth speed on your device
⁂ Customize Youtube channels right on the Chrome extension                    

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

ชื่อ Webstars Webstars
ID gajgolblkkcdpaclnebdcgpfmpablpib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webstars/gajgolblkkcdpaclnebdcgpfmpablpib
คำอธิบาย Webstars
ขนาดไฟล์ 3.27 MB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.1.1.9
อัปเดตครั้งล่าสุด 2022-11-14
วันที่เผยแพร่ 2021-08-30
คะแนน 5.00/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา https://webstars.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webstars.org
URL หน้านโยบายความเป็นส่วนตัว https://webstars.org/privacy_policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webstars",
    "version": "1.1.1.9",
    "description": "Webstars",
    "short_name": "Webstars",
    "permissions": [
        "identity",
        "storage",
        "webNavigation",
        "history"
    ],
    "host_permissions": [
        "https:\/\/api.bing.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "webstarssquare_128.png",
            "48": "webstarssquare_128.png",
            "128": "webstarssquare_128.png"
        },
        "default_title": "Webstars"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "627232879803-mgb9scqmkqnmmgnpermjo7m6phds6f29.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "with Webstars for charity",
            "keyword": "webstars",
            "search_url": "https:\/\/webstars-backend-6kbep.ondigitalocean.app\/api\/search\/?t=r&p={searchTerms}",
            "favicon_url": "https:\/\/webstars-backend-6kbep.ondigitalocean.app\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "webstarssquare_128.png",
        "48": "webstarssquare_128.png",
        "128": "webstarssquare_128.png"
    }
}