Rails 2/3 Guides redirect
Automatically redirect Rails Guide pages to their Rails 2 or 3 equivalent
Rails 2/3 Guides redirect क्या है?
Rails 2/3 Guides redirect concept47 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redirect Rails Guide pages to their Rails 2 or 3 equivalent"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rails 2/3 Guides redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
** Please take a moment to rate or review this extension. This extension automatically redirects you from the Rails guides which are written for Rails 4 (located at http://guides.rubyonrails.org/) to the Rails 2 or 3 version of whatever page you want to view. All you have to do is set which version of the guides you want and the extension remembers that every time you navigate to any Rails Guides page. I wrote this because I still work with a lot of Rails 3 apps (and some Rails 2 ones) and its a royal pain to have to go to a Rails Guides page, then type in the piece of the url that makes it go to the Rails 2 or 3 version of the same page. enjoy. Changelog 09/17/13 - Added the ability to switch Rails versions and reload the page and have it instantly redirect to the version you want
एक्सटेंशन की मूल जानकारी
नाम | Rails 2/3 Guides redirect |
ID | fkbnpbiembpnkkjodkkbmncecklnmodb |
आधिकारिक URL | https://chromewebstore.google.com/detail/rails-23-guides-redirect/fkbnpbiembpnkkjodkkbmncecklnmodb |
विवरण | Automatically redirect Rails Guide pages to their Rails 2 or 3 equivalent |
फ़ाइल का आकार | 64.43 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2013-09-17 |
प्रकाशन तिथि | 2013-09-17 |
डेवलपर | concept47 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://concept47.com |
सहायता पृष्ठ URL | http://www.concept47.com/austin_web_development_contact.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rails 2\/3 Guides redirect", "version": "2.0.3", "manifest_version": 2, "description": "Automatically redirect Rails Guide pages to their Rails 2 or 3 equivalent", "icons": { "16": "images\/icons\/icon_16.png", "48": "images\/icons\/icon_48.png", "128": "images\/icons\/icon_128.png" }, "background": { "scripts": [ "js\/app.js" ] }, "browser_action": { "default_icon": "images\/icons\/icon_16.png", "default_name": "Rails 2\/3 Guides redirect", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |