Let There Be Puppies
Searches the loaded page for images of keywords.. and replaces them with Puppies!
Τι είναι το Let There Be Puppies;
Το Let There Be Puppies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον limcolin1984, και η κύρια λειτουργία του είναι "Searches the loaded page for images of keywords.. and replaces them with Puppies!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Let There Be Puppies
Λήψη αρχείων επέκτασης Let There Be Puppies σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Searches the loaded page for images of your keywords.. and replaces them with Puppies. Works by replacing images with src or alt-text containing user-selected keywords. 1. Enter keywords via the icon beside your browser address bar or extension options. 2. Let There Be Puppies!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Let There Be Puppies |
ID | knklpopblbilnogkigmnehcknipcipjd |
Επίσημο URL | https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd |
Περιγραφή | Searches the loaded page for images of keywords.. and replaces them with Puppies! |
Μέγεθος Αρχείου | 43.65 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2016-12-11 |
Ημερομηνία Δημοσίευσης | 2016-12-11 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | limcolin1984 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "lettherebepuppies.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Searches the loaded page for images of keywords.. and replaces them with Puppies!", "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Let There Be Puppies", "version": "1.1.1", "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_popup": "options.html", "default_title": "Click here to enter keyword" } } |