Cute Face Clipboard

Copy cute, silly, weird ASCII emotes directly to your clipboard.

Cute Face Clipboardとは何ですか?

Cute Face Clipboardはriftthecoyoteによって開発されたChromeの拡張機能で、その主な機能は「Copy cute, silly, weird ASCII emotes directly to your clipboard.」です。

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

screenshot
screenshot
screenshot

Cute Face Clipboard拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Copy cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later.                    

拡張機能の基本情報

名前 Cute Face Clipboard Cute Face Clipboard
ID iddmabhekhhonkmomaklnflhhgbfnioe
公式URL https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe
説明 Copy cute, silly, weird ASCII emotes directly to your clipboard.
ファイルサイズ 134 KB
インストール数 3,496
現在のバージョン 1.0.0
最終更新日 2021-04-07
公開日 2021-04-07
評価 5.00/5 合計 1 レビュー
開発者 riftthecoyote
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Face Clipboard",
    "version": "1.0.0",
    "description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
    "short_name": "Cute Face Clipboard",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": " ",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "src\/resources\/icon16.png",
            "32": "src\/resources\/icon32.png",
            "48": "src\/resources\/icon48.png",
            "128": "src\/resources\/icon128.png"
        }
    },
    "icons": {
        "16": "src\/resources\/icon16.png",
        "32": "src\/resources\/icon32.png",
        "48": "src\/resources\/icon48.png",
        "128": "src\/resources\/icon128.png"
    }
}