Symbols for pasting

Click on a symbol to copy it.

Symbols for pastingคืออะไร?

Symbols for pasting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socialcoder.org และคุณลักษณะหลักของมันคือ "Click on a symbol to copy it."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Symbols for pasting

ดาวน์โหลดไฟล์ส่วนขยาย Symbols for pasting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Symbols for pasting into posts, twitter, email etc. 

Ad-free and no permissions needed. 

Find me on Twitter as @KiwiCoder

Changelog
=========
0.0.0.3 introduces tabs, one for symbols and another for looks.
0.0.0.4 is a feeble attempt at making the extension icon prettier. 
0.0.0.5 Reinstates an eyebrow, egregiously omitted.
0.0.0.7 Replaces broken face with non-broken face.
0.0.0.11 adds the § symbol
0.0.0.13 adds GA (is anyone actually using this?)
0.0.0.14 adds &mdash (long hyphen) and few other symbols
0.0.0.15 adds █ symbol
0.0.0.16 Now with 40% more misc                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Symbols for pasting Symbols for pasting
ID pplghaldkjlbeaebchaabadnigijmfbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/symbols-for-pasting/pplghaldkjlbeaebchaabadnigijmfbl
คำอธิบาย Click on a symbol to copy it.
ขนาดไฟล์ 98.57 KB
จำนวนการติดตั้ง 783
เวอร์ชันปัจจุบัน 0.0.0.16
อัปเดตครั้งล่าสุด 2014-12-21
วันที่เผยแพร่ 2014-12-21
คะแนน 4.11/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://socialcoder.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Click on a symbol to copy it.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDizOZzUEvopTBqstmq4F1Rn6Ulyq+MEdwzkSeI+xB2Z127OzmAb4W3OaxDqVcQJLrsfgSkTqRA9a07nkmMBzobEXQ2h0Z1NO4rTJKeWBerCibCQ1BP21cQh2AGUBvw\/WpCHn+zIED56VLn2jkUnYGmH7XwWM02w8ZZDVNndmRhnwIDAQAB",
    "manifest_version": 2,
    "name": "Symbols for pasting",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.16"
}