Pau | Bookmark Manager
Organize your bookmarks fast and easy with Pau bookmark manager
Pau | Bookmark Manager란 무엇입니까?
Pau | Bookmark Manager은(는) https://pauapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize your bookmarks fast and easy with Pau bookmark manager"입니다.
확장 프로그램 스크린샷
Pau | Bookmark Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A powerful browser extension to boots your productivity on your day-to-day, it's the easiest way to save, access, organize and manage your most used links and bookmarks "Save it once, use it forever" Learn more: https://pauapp.com/ ______________________________________________ Group your bookmarks by collections Create collections by context to stay organized. - set it once and forget about it. Multiple Layouts Customize the layout to make it work the way you want it to. - take advantage from each one. Share Collections Share your collection easily with your team/clients. - it's like givint them the whole context Use the theme that fits you Choose the best theme that better fits your personality. - try out the featured ones! Check out trending themes in here: https://www.pauapp.com/themes
확장 프로그램 기본 정보
이름 | Pau | Bookmark Manager |
ID | oiblkeiiodficdoblmjihonngeejcmbo |
공식 URL | https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo |
설명 | Organize your bookmarks fast and easy with Pau bookmark manager |
파일 크기 | 8.25 MB |
설치 횟수 | 184 |
현재 버전 | 3.4.0 |
최근 업데이트 | 2022-09-15 |
출시 날짜 | 2020-06-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://pauapp.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pauapp.com/ |
도움말 페이지 URL | https://www.pauapp.com/privacy-plolicy/ |
개인정보 보호 정책 페이지 URL | https://www.pauapp.com/privacy-plolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pau | Bookmark Manager", "description": "Organize your bookmarks fast and easy with Pau bookmark manager", "version": "3.4.0", "manifest_version": 3, "permissions": [ "bookmarks", "storage", "tabs", "identity", "identity.email" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": ".\/background.js" }, "action": { "default_icon": "logo.png", "default_title": "Open Pau popup", "default_popup": "index.html?popup=true" }, "content_scripts": [ { "matches": [ "https:\/\/www.pauapp.com\/collections*" ], "js": [ "contentScript.js" ], "css": [ "contentScriptCss.css" ] } ], "chrome_url_overrides": { "newtab": "index.html" } } |