Shruggie
This extension copies the shruggie character to your clipboard
Shruggieとは何ですか?
Shruggieはhttps://madmaxlax.comによって開発されたChromeの拡張機能で、その主な機能は「This extension copies the shruggie character to your clipboard」です。
拡張機能のスクリーンショット
Shruggie拡張機能のCRXファイルをダウンロード
Shruggie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy and paste Shruggie app
Copies the Shruggie characters to your clipboard to paste anywhere.
¯\_(ツ)_/¯
That's it!
No background pages or anything
questions:
shruggie [at] madmaxlax.com
source at
https://github.com/madmaxlax/shruggie-chrome-ext 拡張機能の基本情報
| 名前 | |
| ID | gajlbghllhneagnenoigoacccalfnjmd |
| 公式URL | https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd |
| 説明 | This extension copies the shruggie character to your clipboard |
| ファイルサイズ | 28.02 KB |
| インストール数 | 92 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2017-04-12 |
| 公開日 | 2017-04-12 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | https://madmaxlax.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shruggie",
"short_name": "Shruggie",
"description": "This extension copies the shruggie character to your clipboard",
"version": "0.2",
"offline_enabled": true,
"browser_action": {
"default_icon": "shruggie-full.png",
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite"
],
"icons": {
"16": "shruggie-16.png",
"32": "shruggie-32.png",
"48": "shruggie-48.png",
"128": "shruggie-128.png"
}
} | |