Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Custom Bookmarks란 무엇입니까?
Custom Bookmarks은(는) parthjmistry에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL."입니다.
확장 프로그램 스크린샷
Custom Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Custom Bookmarks allows you to use custom parameters in URL and re use bookmark for similar URL. To define parameters use {{ }} in URL(s) while saving them . For example, You're using ticketing system which has urls are like www.ticket.com/1 , www.ticket.com/2 etc. You can define URL in custom bookmark as www.ticket.com/{{Ticket}}. So you can open other tickets easily with providing only ticket number.
확장 프로그램 기본 정보
이름 | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
공식 URL | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
설명 | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
파일 크기 | 17.07 KB |
설치 횟수 | 38 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-03-19 |
출시 날짜 | 2020-01-09 |
개발자 | parthjmistry |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wp.me/p2YTX9-A |
도움말 페이지 URL | https://wp.me/p2YTX9-A |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Bookmarks", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "Custom Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |