Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
Old Gmail Emojiとは何ですか?
Old Gmail EmojiはNagy Viktorによって開発されたChromeの拡張機能で、その主な機能は「A collection of the old-style gmail emojis for easy copy-pasteing.」です。
拡張機能のスクリーンショット
Old Gmail Emoji拡張機能のCRXファイルをダウンロード
Old Gmail Emoji拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension returns you the old-style gmail emoji. A new icon will appear in your browser location bar. When clicked, this icons shows you the list of emojis known previously in gmail. Clicking any of the icons, copies it to your clipboard, from where you can easily paste it into new emails.
拡張機能の基本情報
名前 | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
公式URL | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
説明 | A collection of the old-style gmail emojis for easy copy-pasteing. |
ファイルサイズ | 35.25 KB |
インストール数 | 1,345 |
現在のバージョン | 1.2 |
最終更新日 | 2015-12-25 |
公開日 | 2015-12-25 |
評価 | 4.73/5 合計 22 レビュー |
開発者 | Nagy Viktor |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nagyv/gmail-emoji |
ヘルプページのURL | https://github.com/nagyv/gmail-emoji |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Gmail Emoji", "description": "A collection of the old-style gmail emojis for easy copy-pasteing.", "manifest_version": 2, "version": "1.2", "icons": { "16": "emoji16.png", "48": "emoji48.png", "128": "emoji128.png" }, "author": "Viktor Nagy", "homepage_url": "http:\/\/github.com\/nagyv\/gmail-emoji", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "emoji16.png" }, "default_title": "Old Gmail emojis" }, "permissions": [ "declarativeContent", "clipboardWrite", "https:\/\/mail.google.com\/" ] } |