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 limcolin1984 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches the loaded page for images of keywords.. and replaces them with Puppies!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Let There Be Puppies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |