Cute Face Clipboard

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

Cute Face Clipboardคืออะไร?

Cute Face Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย riftthecoyote และคุณลักษณะหลักของมันคือ "Copy cute, silly, weird ASCII emotes directly to your clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cute Face Clipboard

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}