Shrug it off
Shrug it off
什麼是Shrug it off?
Shrug it off是由almcelmon開發的Chrome擴展程式,該擴展的主要功能是“Shrug it off”。
下載Shrug it off擴展crx文件
下載Shrug it off擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Copy various emotes to your clipboard. 擴展基本資訊
| 名稱 | |
| ID | jmmjglmfijkbblhcdbehpcngbakkgkfl |
| 官方網址 | https://chromewebstore.google.com/detail/shrug-it-off/jmmjglmfijkbblhcdbehpcngbakkgkfl |
| 簡介 | Shrug it off |
| 檔案大小 | 5.47 KB |
| 安裝次數 | 52 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-01-19 |
| 上架時間 | 2016-01-19 |
| 評分 | 5.00/5 共 8 次評分 |
| 開發者 | almcelmon |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shrug it off",
"description": "Shrug it off",
"permissions": [
"clipboardRead"
],
"icons": {
"32": "shrug32.png",
"128": "shrug128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "shrug32.png",
"default_popup": "menu.html"
},
"version": "1.0",
"minimum_chrome_version": "9",
"manifest_version": 2
} | |