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
Eメール [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'"
}