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 |
官方網址 | 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" } |