Raptorize for Chrome
Instant Velociraptor on any page
Raptorize for Chrome क्या है?
Raptorize for Chrome https://www.brovalex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant Velociraptor on any page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Raptorize for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A plugin that unleashes a Raptor on to any page. Make every page you visit slightly more awesome with some extra RAWWR. If you like Raptorize, check out Goatarize for Chrome! ** Note: if you have any tab open when you install the plugin, these pages need to be refreshed for raptor to rawrr them. ** Version 1.1: Added warning to reload the page on first install. Adapted script from Zurb's Playground http://zurb.com/playground/jquery-raptorize
एक्सटेंशन की मूल जानकारी
नाम | Raptorize for Chrome |
ID | clicandocldajmalkpkjhfpgbjgllcia |
आधिकारिक URL | https://chromewebstore.google.com/detail/raptorize-for-chrome/clicandocldajmalkpkjhfpgbjgllcia |
विवरण | Instant Velociraptor on any page |
फ़ाइल का आकार | 548 KB |
स्थापना संख्या | 442 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-04-05 |
प्रकाशन तिथि | 2017-04-05 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | https://www.brovalex.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Raptorize for Chrome", "version": "1.1", "description": "Instant Velociraptor on any page", "browser_action": { "name": "Raptorize", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "permissions": [ "activeTab", "http:\/\/*\/" ], "content_scripts": [ { "js": [ "jquery.min.js", "jquery.raptorize.1.0.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "inject.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "raptor-sound.ogg", "raptor.png", "raptor-sound.mp3" ] } |