Clone Page
Easily clone pages when browsing the web.
Clone Page란 무엇입니까?
Clone Page은(는) https://www.haohuu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily clone pages when browsing the web."입니다.
확장 프로그램 스크린샷
Clone Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Let the Chrome™ browser support the clone page feature. Before you may copy the current page link, then open a new tab, paste the link, and finally press the Enter key.... Now, save these operations! You just need to click the ClonePage button! ------------------------------------------------- - No internet connection, offline support - Never touch user privacy! In addition, you can use the ClonePage function in the context menu. ❤️❤️❤️
확장 프로그램 기본 정보
이름 | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
공식 URL | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
설명 | Easily clone pages when browsing the web. |
파일 크기 | 24.97 KB |
설치 횟수 | 3,110 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-01-25 |
출시 날짜 | 2019-01-24 |
평점 | 2.50/5 총 6 개의 평점 |
개발자 | https://www.haohuu.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.haohuu.com/ |
지원되는 언어 | de,en,fr,nl,it,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "version": "1.0.1", "description": "__MSG_app_desc__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_popup_desc__" }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/www.haohuu.com", "default_locale": "en" } |