STKR: The Sticker Search Engine
Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.
O que é STKR: The Sticker Search Engine?
STKR: The Sticker Search Engine é uma extensão do Chrome desenvolvida por http://www.stkr.us, e sua principal característica é "Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão STKR: The Sticker Search Engine
Baixe arquivos de extensão STKR: The Sticker Search Engine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
STKR is the Sticker Search Engine. Take stickers with you wherever you go with this Chrome Extension. Search for a sticker by keyword and copy it to your clipboard for easy sharing on your favorite social sites, chat apps and email. • New stickers added frequently • Find what you need fast and easy • One-click copying to your clipboard for quick sharing.
Informações Básicas da Extensão
Nome | |
ID | fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
URL Oficial | https://chrome.google.com/webstore/detail/stkr-the-sticker-search-e/fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Descrição | Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email. |
Tamanho do Arquivo | 67.54 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-08-06 |
Data de Publicação | 2015-08-06 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | http://www.stkr.us |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STKR: The Sticker Search Engine", "short_name": "STKR", "description": "Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.", "version": "1.0.1", "author": "Meemo", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_38.png", "default_popup": "popup.html", "default_title": "Find a Sticker" }, "permissions": [ "contextMenus", "clipboardWrite" ], "homepage_url": "http:\/\/stkr.us" } |