Numbers

It will show you a fact about a random number.

什么是Numbers?

Numbers是由Sahithyan开发的Chrome扩展程序,该扩展的主要功能是“It will show you a fact about a random number.”。

扩展截图

screenshot
screenshot

下载Numbers扩展crx文件

下载Numbers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Why don't your new tab is filled with productivity? This extension will make it for you. Learn about a number in your every new tabs in Google Chrome. OR

Why don't you remove the default new tab and left with a blank page?                    

扩展基本信息

名称 Numbers Numbers
ID pdaihfkgkfbdlcdemlggnondnhcgkfoh
官方URL https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh
简介 It will show you a fact about a random number.
文件大小 166 KB
安装次数 21
当前版本 1.3
更新时间 2019-08-24
上架时间 2019-08-24
开发者 Sahithyan
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Numbers",
    "description": "It will show you a fact about a random number.",
    "author": "Sahithyan",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "pop.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}