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是由adenekan wonderful @code_wonders开发的Chrome扩展程序,该扩展的主要功能是“Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bellza - Always Informed扩展crx文件

下载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\/"
    ]
}