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.
Что такое STKR: The Sticker Search Engine?
STKR: The Sticker Search Engine - это расширение Chrome, разработанное http://www.stkr.us, и его основная функция - "Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.".
Снимки экрана расширения
Скачать файл CRX расширения STKR: The Sticker Search Engine
Скачайте файлы расширений STKR: The Sticker Search Engine в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Официальный URL | https://chrome.google.com/webstore/detail/stkr-the-sticker-search-e/fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Описание | Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email. |
Размер файла | 67.54 KB |
Количество установок | 52 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2015-08-06 |
Дата публикации | 2015-08-06 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | http://www.stkr.us |
Тип оплаты | free |
Поддерживаемые языки | 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" } |