Handy Pages
Provides an easy-way navigation to configurable list of URLs on server.
Handy Pages란 무엇입니까?
Handy Pages은(는) Andrii Buzov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides an easy-way navigation to configurable list of URLs on server."입니다.
확장 프로그램 스크린샷
Handy Pages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you need an easy-way navigation to particular URLs on different servers and tired from editing them manually each time, this extension is right for you. It allows to configure a list of frequently used URLs and then just use them, picking up needed one from a popup. Moreover, yon can configure new URL to be calculated right before navigating to it by passing there some parameters from already opened URL or clipboard. Key features: 1. Easy configurable list of relative URLs. 2. Export/Import of your settings. 3. Opening new URL in new or in current tab. 4. Passing parameters to the URL you are navigating to.
확장 프로그램 기본 정보
이름 | Handy Pages |
ID | bbdlffjkhkgokgccadackfiimcjmdkma |
공식 URL | https://chromewebstore.google.com/detail/handy-pages/bbdlffjkhkgokgccadackfiimcjmdkma |
설명 | Provides an easy-way navigation to configurable list of URLs on server. |
파일 크기 | 196 KB |
설치 횟수 | 1,332 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2013-10-22 |
출시 날짜 | 2013-10-22 |
평점 | 4.69/5 총 13 개의 평점 |
개발자 | Andrii Buzov |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Handy Pages", "version": "0.3.1", "manifest_version": 2, "description": "Provides an easy-way navigation to configurable list of URLs on server.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs", "clipboardRead" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "HandyPages", "default_icon": "icons\/icon_32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html" } |