STKR for Gmail
Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.
STKR for Gmailとは何ですか?
STKR for Gmailはhttps://www.stkr.usによって開発されたChromeの拡張機能で、その主な機能は「Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.」です。
拡張機能のスクリーンショット
STKR for Gmail拡張機能のCRXファイルをダウンロード
STKR for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Words are never enough. Express yourself better in your emails by adding stickers with the STKR for Gmail extension (Beta). It's now easier than ever to add stickers to your email by adding a STKR button to Gmail Compose. Find the perfect sticker to express your emotion, thought or activity by quickly searching STKR's library of stickers from top artists around the world.
拡張機能の基本情報
名前 | |
ID | bcmilapdmdehgefigfepogkfgbfecaog |
公式URL | https://chromewebstore.google.com/detail/stkr-for-gmail/bcmilapdmdehgefigfepogkfgbfecaog |
説明 | Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email. |
ファイルサイズ | 24.93 KB |
インストール数 | 163 |
現在のバージョン | 1.0 |
最終更新日 | 2015-07-28 |
公開日 | 2015-07-28 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | https://www.stkr.us |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STKR for Gmail", "short_name": "STKR: Gmail", "description": "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.", "version": "1.0", "author": "Meemo", "icons": { "16": "icons\/icon_16.png", "19": "icons\/icon_19.png", "38": "icons\/icon_38.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/api.stkr.us\/", "https:\/\/gmail.stkr.us\/", "https:\/\/ajax.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/maxcdn.bootstrapcdn.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "js\/inboxsdk.js", "js\/loader.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "app.html" ], "homepage_url": "http:\/\/stkr.us" } |