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
官方網址 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
電子郵箱 [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"
    }
}