Emojis / Lenny Faces / Unicode / Dingbats
Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
什麼是Emojis / Lenny Faces / Unicode / Dingbats?
Emojis / Lenny Faces / Unicode / Dingbats是由https://www.j-u-l-i-e-n.com開發的Chrome擴展程式,該擴展的主要功能是“Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!”。
擴展截圖
下載Emojis / Lenny Faces / Unicode / Dingbats擴展crx文件
下載Emojis / Lenny Faces / Unicode / Dingbats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This extension allows you to copy and paste :
- emojis 😈🐸
- lenny faces ( ͡° ͜ʖ ͡°)
- unicode ʢ◉ᴥ◉ʡ
to your chats, emails, statuses (facebook), tweets, calendar events, git commit messages, online postcards, your comments on reddit, 4chan, etc...
Updates:
- added ~1000 emojis
- added a search functionality for emojis
- removed useless permissions                     擴展基本資訊
| 名稱 |   |  
| ID | memlcjlpikcdaaajdnkjjcckcgkgnddd | 
| 官方網址 | https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd | 
| 簡介 | Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses! | 
| 檔案大小 | 63.89 KB | 
| 安裝次數 | 565 | 
| 目前版本 | 2 | 
| 更新時間 | 2017-04-03 | 
| 上架時間 | 2017-04-03 | 
| 評分 | 4.86/5 共 7 次評分 | 
| 開發者 | https://www.j-u-l-i-e-n.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 說明頁面URL | https://github.com/jarnix/lennyfaces/issues | 
| 隱私政策頁面URL | https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emojis \/ Lenny Faces \/ Unicode \/ Dingbats",
    "description": "Simply copy\/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!",
    "version": "2",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "emojis and lenny faces, please!"
    },
    "permissions": [
        "clipboardWrite"
    ]
}  |  |