Export Selective Bookmarks
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
Export Selective Bookmarks란 무엇입니까?
Export Selective Bookmarks은(는) aninymous에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…"입니다.
확장 프로그램 스크린샷
Export Selective Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks. * Expand/Collapse the Bookmark tree by toggling the "Folder" icons * Use the Checkboxes to select/unselect the Folders/Bookmarks * Click on "Export" button at top to export only those bookmarks you selected
확장 프로그램 기본 정보
이름 | Export Selective Bookmarks |
ID | ahgbiciilcpclcekhegbhofljoolnfei |
공식 URL | https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei |
설명 | This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but… |
파일 크기 | 349 KB |
설치 횟수 | 11,411 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-06-19 |
출시 날짜 | 2019-06-19 |
평점 | 4.23/5 총 39 개의 평점 |
개발자 | aninymous |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Selective Bookmarks", "version": "1.1", "manifest_version": 2, "browser_action": { "default_title": "Export Selective Bookmarks", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png" } } |