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.
Co to jest STKR: The Sticker Search Engine?
STKR: The Sticker Search Engine to rozszerzenie Chrome opracowane przez http://www.stkr.us, a jego główną funkcją jest „Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia STKR: The Sticker Search Engine
Pobierz pliki rozszerzeń STKR: The Sticker Search Engine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Oficjalny URL | https://chrome.google.com/webstore/detail/stkr-the-sticker-search-e/fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Opis | Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email. |
Rozmiar pliku | 67.54 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2015-08-06 |
Data Publikacji | 2015-08-06 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | http://www.stkr.us |
Typ Płatności | free |
Obsługiwane Języki | 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" } |