Anything

get reminded of anything on every new tab

什么是Anything?

Anything是由gabolobl开发的Chrome扩展程序,该扩展的主要功能是“get reminded of anything on every new tab”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Anything扩展crx文件

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

扩展使用说明

                        Attaining a perfect balance between simplicity and customization,
Anything becomes anything you want it to be.

Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set.

What will you use it for?                    

扩展基本信息

名称 Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
官方URL https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
简介 get reminded of anything on every new tab
文件大小 286 KB
安装次数 59
当前版本 1.0.3
更新时间 2021-02-04
上架时间 2021-01-31
开发者 gabolobl
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gabriellobl.com/
隐私政策页面URL https://gabriellobl.github.io/visualize-life
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anything",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "get reminded of anything on every new tab",
    "icons": {
        "16": "anything-16.png",
        "48": "anything-48.png",
        "128": "anything-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "anything-16.png",
            "48": "anything-48.png",
            "128": "anything-128.png"
        },
        "default_title": "Anything"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}