Brisk

Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around

Briskคืออะไร?

Brisk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brisk-tab.com และคุณลักษณะหลักของมันคือ "Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Brisk tab is a fun and dynamic new tab extension for your browser.

With Brisk tab, you can customize your new tab page and achieve a completely new look of your browser.

By clicking "Add to Chrome", you accept and agree to installing the Brisk Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing.

Imagine having a browser personalized just for you. With Brisk Tab, you can have that. Here, everything is customizable. You can move around tab features, remove them or place them wherever you want. 

This product is created to help you get motivated and more productive whether you are doing school work or a job; if you are starting a business or starting your own company. The key to success is organization. Brisk tab allows you to organize everything just like you find best. Have your own touch on your laptop or computer.

If there is anything you want to find out more about this product visit these links:
- https://brisk-tab.com/ (official site is cool 😎)
- https://brisk-tab.com/privacy-policy.html
- https://brisk-tab.com/eula.html
- https://brisk-tab.com/#contact                    

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

ชื่อ Brisk Brisk
ID bfkldmcajhbcbfmmelihdimnnekdnikj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/brisk/bfkldmcajhbcbfmmelihdimnnekdnikj
คำอธิบาย Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around
ขนาดไฟล์ 371 KB
จำนวนการติดตั้ง 3,649
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2022-08-10
คะแนน 4.76/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา brisk-tab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://brisk-tab.com/
URL หน้าช่วยเหลือ https://brisk-tab.com/privacy-policy.html
URL หน้านโยบายความเป็นส่วนตัว https://brisk-tab.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Brisk",
    "name": "Brisk",
    "description": "Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around",
    "manifest_version": 3,
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/icons\/16.png",
        "32": "\/images\/icons\/32.png",
        "48": "\/images\/icons\/48.png",
        "128": "\/images\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "history"
    ],
    "host_permissions": [
        "*:\/\/brisk-tab.com\/*",
        "https:\/\/api.weatherapi.com\/v1\/"
    ]
}