Recent Bookmarks
A list of recent bookmarks in descending order, grouped by the day they were added.
Recent Bookmarks란 무엇입니까?
Recent Bookmarks은(는) zamtools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A list of recent bookmarks in descending order, grouped by the day they were added."입니다.
확장 프로그램 스크린샷
Recent Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you're like me, you use bookmarks as short term memory; Flagging something for further reading a little later. Unfortunately, the Other Bookmarks menu puts newly added bookmarks at the bottom of the list, meaning lots of scrolling or having to open the Bookmark Manager. Recent Bookmarks solves this by displaying a simple and elegant list of the most recent bookmarks you've made. It groups the bookmarks based on the days they were added. Hovering over a bookmark will show the exact date and time it was added. The extension can be configured to display between 5 and 1000 of your most recent bookmarks. 1.6.2: Popup closes when a link is opened. 1.6: Faster load times! 1.5: Added ability to delete bookmarks (with keyboard support). 1.4.5: Added improved favicon support. 1.4: Added fewer required permissions, up to 1000 bookmarks can now be displayed (see options), and "Recent Bookmarks Manager" shortcut (see options to toggle). 1.3: Added bookmarklet support. 1.2: Added keyboard navigation. 1.1: Added support for blank page titles.
확장 프로그램 기본 정보
이름 | Recent Bookmarks |
ID | olndffocioplakeilhkgenfgdincjlpn |
공식 URL | https://chromewebstore.google.com/detail/recent-bookmarks/olndffocioplakeilhkgenfgdincjlpn |
설명 | A list of recent bookmarks in descending order, grouped by the day they were added. |
파일 크기 | 120 KB |
설치 횟수 | 43,200 |
현재 버전 | 1.6.2 |
최근 업데이트 | 2014-07-29 |
출시 날짜 | 2014-07-28 |
평점 | 4.59/5 총 170 개의 평점 |
개발자 | zamtools |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Bookmarks", "version": "1.6.2", "manifest_version": 2, "description": "A list of recent bookmarks in descending order, grouped by the day they were added.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ] } |