URL Replacement
Replace your target link with what you want
URL Replacement란 무엇입니까?
URL Replacement은(는) developer1106에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace your target link with what you want"입니다.
확장 프로그램 스크린샷
URL Replacement 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The main idea is from Sitecore CMS. When I was working on Content Editor in creating new page items or updating published pages, I sometimes need to compare the item to current live page to see how current live page looks like. In this case, I would open a new tab or window and manually type “http(s)://www.mysite2.com/Finance/Market_News” in Address Bar because its database-driven item path is “/sitecore/content/Site2/Finance/Market_News” in Sitecore. I was looking for a better way to reduce a few seconds and thinking that “Okay, let’s create a command which is getting item’s path by Item ID and replace prefix (“/sitecore/content/Site2/”) with site domain (http://www.mysite2.com/). This command would be used in a new ribbon in Content editor and xEditor (Page Editor).” In addition to this, there is a way to change the target DB to “Web” DB instead of “Master” when user clicks “Preview”. However, until Sitecore Administrator or/and .Net developers add this feature, Sitecore end-users who have access to Content Editor would not have any chance to open live page directly from Content Editor. This, my own concern, made me think of creating a Chrome Extension so that any user can use shortcut without asking new feature to their agents or vendors. Even the main idea was from Sitecore, this extension can be used in any web page. ======= Version 1.1 ======= - Enable Incognito mode - Minimize the size of package
확장 프로그램 기본 정보
이름 | URL Replacement |
ID | hcggkglhggiegnomijleedobpnmgklim |
공식 URL | https://chromewebstore.google.com/detail/url-replacement/hcggkglhggiegnomijleedobpnmgklim |
설명 | Replace your target link with what you want |
파일 크기 | 4.45 MB |
설치 횟수 | 973 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-07-10 |
출시 날짜 | 2017-07-09 |
평점 | 3.82/5 총 11 개의 평점 |
개발자 | developer1106 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Replacement", "version": "1.1", "options_page": "configuration.html", "description": "Replace your target link with what you want", "short_name": "URL Replacement", "incognito": "split", "content_scripts": [ { "matches": [ " |