Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
什麼是Random Emoji Generator?
Random Emoji Generator是由FDisk開發的Chrome擴展程式,該擴展的主要功能是“Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.”。
擴展截圖
下載Random Emoji Generator擴展crx文件
下載Random Emoji Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Inspired by the Ship It Button extension, this extension for GitHub. It provides a button for a random Emoji icon to comments.
Added all possible emoji. 擴展基本資訊
| 名稱 | |
| ID | mminpoiopdfnnlljeldoammdgkkidimf |
| 官方網址 | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
| 簡介 | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
| 檔案大小 | 62.78 KB |
| 安裝次數 | 39 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2016-10-29 |
| 上架時間 | 2016-10-29 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | FDisk |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Emoji Generator",
"version": "1.0.2",
"manifest_version": 2,
"homepage_url": "https:\/\/github.com\/FDiskas\/randomEmojiGenerator",
"author": "FDisk",
"description": "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.",
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*",
"*:\/\/gist.github.com\/*"
],
"js": [
"build.js"
],
"css": [
"css\/styles.css"
]
}
],
"icons": {
"16": "images\/normal\/16x16.png",
"48": "images\/normal\/48x48.png",
"128": "images\/normal\/128x128.png"
},
"web_accessible_resources": [
"images\/normal\/*.png",
"images\/xmas\/*.png"
]
} | |