Simple as F**k Notes

Simple as F**k Notes is available to you everywhere thanks to Chrome sync.

Simple as F**k Notesとは何ですか?

Simple as F**k NotesはDJ Freshによって開発されたChromeの拡張機能で、その主な機能は「Simple as F**k Notes is available to you everywhere thanks to Chrome sync.」です。

拡張機能のスクリーンショット

screenshot

Simple as F**k Notes拡張機能のCRXファイルをダウンロード

Simple as F**k Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Like having a Post It Note stuck to your browser that syncs across your browsers.

Written by DJ Fresh                    

拡張機能の基本情報

名前 Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
公式URL https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
説明 Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
ファイルサイズ 191 KB
インストール数 32
現在のバージョン 2.1
最終更新日 2021-12-23
公開日 2020-02-06
評価 5.00/5 合計 2 レビュー
開発者 DJ Fresh
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple as F**k Notes",
    "version": "2.1",
    "description": "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "tab-icon.png",
        "default_title": "Notes",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css_file.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "notes48.png",
        "128": "notes128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "css": [
                "css_file.css"
            ]
        }
    ]
}