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" } |