Emojify Everything
There aren't enough emojis in your websites. This extension fixes that.
Emojify Everythingとは何ですか?
Emojify Everythingはjasonetcoによって開発されたChromeの拡張機能で、その主な機能は「There aren't enough emojis in your websites. This extension fixes that.」です。
拡張機能のスクリーンショット
Emojify Everything拡張機能のCRXファイルをダウンロード
Emojify Everything拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces words in the webpages you visit with the corresponding emoji. You will either absolutely love or absolutely hate this.
拡張機能の基本情報
名前 | Emojify Everything |
ID | hkahpmfkdfeceiiklfbkalcpbceccjco |
公式URL | https://chromewebstore.google.com/detail/emojify-everything/hkahpmfkdfeceiiklfbkalcpbceccjco |
説明 | There aren't enough emojis in your websites. This extension fixes that. |
ファイルサイズ | 36.48 KB |
インストール数 | 39 |
現在のバージョン | 1.1.5 |
最終更新日 | 2017-03-19 |
公開日 | 2017-03-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jasonetco |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/JasonEtco/emojify-everything |
ヘルプページのURL | https://github.com/JasonEtco/emojify-everything/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.5", "minimum_chrome_version": "49", "name": "Emojify Everything", "short_name": "Emojification", "description": "There aren't enough emojis in your websites. This extension fixes that.", "author": "Jason Etcovitch", "homepage_url": "https:\/\/github.com\/JasonEtco\/emojify-everything", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Emojify Everything", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "js\/simpleEmojis.js", "js\/emojis.js", "main.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |