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開發的Chrome擴展程式,該擴展的主要功能是“Automatically redirect Rails Guide pages to their Rails 2 or 3 equivalent”。
擴展截圖
下載Rails 2/3 Guides redirect擴展crx文件
下載Rails 2/3 Guides redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
** 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 |
官方網址 | 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" ] } |