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.
Qu'est-ce que STKR: The Sticker Search Engine ?
STKR: The Sticker Search Engine est une extension Chrome développée par http://www.stkr.us, et sa fonction principale est "Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension STKR: The Sticker Search Engine
Téléchargez les fichiers d'extension STKR: The Sticker Search Engine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
URL Officiel | https://chrome.google.com/webstore/detail/stkr-the-sticker-search-e/fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Description | Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email. |
Taille du Fichier | 67.54 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-08-06 |
Date de Publication | 2015-08-06 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://www.stkr.us |
Type de Paiement | free |
Langues Prises en Charge | 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" } |