Anything

get reminded of anything on every new tab

What is Anything?

Anything is a Chrome extension developed by gabolobl, and its main feature is "get reminded of anything on every new tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Anything Extension CRX File

Download Anything extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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?                    

Extension Basic Information

Name Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
Official URL https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
Description get reminded of anything on every new tab
File Size 286 KB
Installation Count 59
Current Version 1.0.3
Last Updated 2021-02-04
Publish Date 2021-01-31
Developer gabolobl
Email [email protected]
Payment Type free
Extension Website https://gabriellobl.com/
Privacy Policy Page URL https://gabriellobl.github.io/visualize-life
Supported Languages 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'"
}