bootify - A Bootstrap Injector
Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
bootify - A Bootstrap Injector क्या है?
bootify - A Bootstrap Injector Josh Wein द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में bootify - A Bootstrap Injector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save websites that you always want bootstrap on. Works great for old websites like your college professor's. Not recommended for websites that are already responsive. Source Code: https://github.com/JoshWein/bootify
एक्सटेंशन की मूल जानकारी
नाम | bootify - A Bootstrap Injector |
ID | ekbicbimdmfoehanpahkcajejciloahj |
आधिकारिक URL | https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj |
विवरण | Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save… |
फ़ाइल का आकार | 27.38 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.96 |
अंतिम अपडेट | 2016-04-21 |
प्रकाशन तिथि | 2016-04-20 |
डेवलपर | Josh Wein |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/JoshWein/bootify |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "bootify - A Bootstrap Injector", "version": "0.96", "permissions": [ "activeTab", "storage", "tabs", "contextMenus", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Add bootstrap to page." }, "manifest_version": 2, "options_page": "options.html", "content_scripts": [ { "matches": [ " |