Bookmarks by date
Bookmark all opened tabs in a folder with current date.
Bookmarks by date란 무엇입니까?
Bookmarks by date은(는) Team Aardvark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark all opened tabs in a folder with current date."입니다.
확장 프로그램 스크린샷
Bookmarks by date 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bookmark by date will bookmark all your opened tabs in a folder with current date as name and in subfolders for each opened window. I use it to clear my cluttered Chrome windows. Just install and press the nice icon whenever you want to save all your opened tabs, then, close every tab and start fresh. Happy browsing! :) Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1 1.2: Added notifications
확장 프로그램 기본 정보
이름 | Bookmarks by date |
ID | mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
공식 URL | https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
설명 | Bookmark all opened tabs in a folder with current date. |
파일 크기 | 9.85 KB |
설치 횟수 | 2,021 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-11-17 |
출시 날짜 | 2016-11-17 |
평점 | 3.71/5 총 7 개의 평점 |
개발자 | Team Aardvark |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarks by date", "description": "Bookmark all opened tabs in a folder with current date.", "version": "1.2", "browser_action": { "default_title": "Bookmark all tabs by date", "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "bookmarks" ], "short_name": "bbd", "offline_enabled": true } |