WEBGALPI - Highlight & Clip
Manage content easily with one click.
WEBGALPI - Highlight & Clip란 무엇입니까?
WEBGALPI - Highlight & Clip은(는) whale.shark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage content easily with one click."입니다.
확장 프로그램 스크린샷
WEBGALPI - Highlight & Clip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What is the WEBGALPI? ⭐️patch in progress - Development of automatic data synchronization is in progress. We will update in February 2022. # Summary - You can keep / scraping / highlight all sites with one click through web surfing. # Function - Various colors can be specified for highlighting. - Kepped site information can be checked and managed in the WEBGALPI dedicated dashboard. - You can perform backup/recovery through Google Drive. (manual) - You can share the collected content on Facebook. - It supports multiple languages. # Features under development - It allows you to IMPORT / EXPORT the contents of the bookmark with WEB-GALPI. - Activates the automatic backup function using AWS. - Mobile Viewer highlight 하이라이트 highlighter 하이라이터 클리핑 clipper clipping note 노트
확장 프로그램 기본 정보
이름 | WEBGALPI - Highlight & Clip |
ID | egadgigecilocnjamakdccmpeodpnmoi |
공식 URL | https://chromewebstore.google.com/detail/webgalpi-highlight-clip/egadgigecilocnjamakdccmpeodpnmoi |
설명 | Manage content easily with one click. |
파일 크기 | 1.7 MB |
설치 횟수 | 87 |
현재 버전 | 1.0.36 |
최근 업데이트 | 2022-02-11 |
출시 날짜 | 2020-08-14 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | whale.shark |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ko", "version": "1.0.36", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "WEBGALPI", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background\/background.js", "background\/listener.js", "background\/contextMenu.js" ] }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "css": [ "css\/hl.css", "lib\/jcrop\/jcrop.css" ], "js": [ "contents\/listener.js", "contents\/core\/hl-core.js", "dashboard\/lib\/readability.js" ] } ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ " |