Bookmarkme - Bookmark Manager
All in one Bookmark manager
Bookmarkme - Bookmark Manager란 무엇입니까?
Bookmarkme - Bookmark Manager은(는) https://bookmarkme.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All in one Bookmark manager"입니다.
확장 프로그램 스크린샷
Bookmarkme - Bookmark Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In the age of information, there has never been a greater need to stay organised. Having the ability to save and more importantly find the information you want is priceless. Bookmark!t offers superior organisation, giving you the ability to save, tag, and search through your bookmarks, so you’ll never lose that important information again. Don’t waste time searching for information you have already found, bookmarkit, does the hard work for you. ⋆ Collections - Organize your bookmarks by using collections, similar to folders. Create new collections to keep your research, inspiration, new finds etc structured through labels and colors. ⋆ Tagging - Create tags like keywords to give your bookmarks more context. Tagging makes it easy to find content and related websites fast. ⋆ Reminders - Set a reminder when saving a bookmark to get notified via email and push notifications at your preferred date and time. ⋆ Import, Share and Protect - Edit your collections, share with others or protect them with a password. You can also save all open tabs at once into a new collection. ⋆ Advanced Search - Bookmarkits advanced search algorithm allows you to find your saved items not only at lightening speeds, but it searches title, descriptions, notes and tags. ⋆ Large Previews - Rather than looking through lists of titles that you might not be familiar with, webpage previews help you recognise the content you are looking for. ⋆ Import open tabs - Tired of leaving 100s of tabs open across multiple window. Bookmarkit lets you save your open tabs into new collections, allowing you to pick up where you left off at a later date, or even on a different computer. ⋆ Notes - Add notes to give your bookmarks more depth and information. ⋆ Customize your view - Set your preferred view by adjusting the slider on the top right of the results area. Choose between list or grid view as well as the size of thumbnails displayed.
확장 프로그램 기본 정보
이름 | Bookmarkme - Bookmark Manager |
ID | ikncnmegcfafgafmofipgachabgemean |
공식 URL | https://chromewebstore.google.com/detail/bookmarkme-bookmark-manag/ikncnmegcfafgafmofipgachabgemean |
설명 | All in one Bookmark manager |
파일 크기 | 1.37 MB |
설치 횟수 | 316 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2023-08-22 |
출시 날짜 | 2020-06-28 |
평점 | 3.00/5 총 5 개의 평점 |
개발자 | https://bookmarkme.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bookmarkme.io/ |
개인정보 보호 정책 페이지 URL | https://portfolio.coconuts.digital/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarkme - Bookmark Manager", "version": "1.4.3", "short_name": "Bookmarkme", "description": "All in one Bookmark manager", "author": "The Coconut Studio", "permissions": [ "tabs" ], "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_title": "Bookmarks", "default_icon": "assets\/bookmarkit-logo.png" }, "web_accessible_resources": [ "index.html" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |