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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |