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.
Was ist STKR: The Sticker Search Engine?
STKR: The Sticker Search Engine ist eine Chrome-Erweiterung, die von http://www.stkr.us entwickelt wurde, und ihr Hauptmerkmal ist "Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email.".
Erweiterungsscreenshots
STKR: The Sticker Search Engine-Erweiterungs-CRX-Datei herunterladen
Laden Sie STKR: The Sticker Search Engine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Offizielle URL | https://chrome.google.com/webstore/detail/stkr-the-sticker-search-e/fpcnflfkpcabcndkilpbhpbdjhlcmmeh |
Beschreibung | Quickly search and find stickers from the best artists in the world to use on your favorite sites, chat apps and email. |
Dateigröße | 67.54 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-08-06 |
Veröffentlichungsdatum | 2015-08-06 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://www.stkr.us |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |