Bellza - Always Informed

Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing.

Bellza - Always Informedคืออะไร?

Bellza - Always Informed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adenekan wonderful @code_wonders และคุณลักษณะหลักของมันคือ "Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bellza - Always Informed

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

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

                        New tab page And Beautiful Stories. weather,notes,to do list, history manager. it’s start page page and homepage.
BELLZA (a new tab page extension), selected by millions of users, is primarily designed to create a minimalist lifestyle that is truly efficient and elegant. 

Bellza, a VUEJS based extension, will open up an era of high customization for the new tab pages of your Chrome and Firefox. Common websites can be added to Speed Dial in one step and displayed with icons; the customizable search engines, select HD wallpapers and widgets like Weather, Notes, Bookmarks, To-do List, History, Gmail Notifier, etc. can increase your productivity.

In the latest major updates, we added the save Icon as well as new features like line spacing, icon size and fillet adjustment to bring you a faster and more personalized experience.                    

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

ชื่อ Bellza - Always Informed Bellza - Always Informed
ID fhnmdmmmdclgjnjlbodahlcmabjnngde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bellza-always-informed/fhnmdmmmdclgjnjlbodahlcmabjnngde
คำอธิบาย Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 2.3.2
อัปเดตครั้งล่าสุด 2019-02-18
วันที่เผยแพร่ 2019-02-18
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา adenekan wonderful @code_wonders
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bit.ly/bellza-hq
URL หน้าช่วยเหลือ http://bit.ly/bellza-hq
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bellza - Always Informed",
    "description": "Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing. ",
    "version": "2.3.2",
    "short_name": "bellza",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "64": "icon16.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab",
        "topSites",
        "chrome:\/\/favicon\/",
        "history",
        "identity",
        "https:\/\/api.muz.li\/"
    ]
}