Temporary Bookmarks
Temporarily stores bookmarks for a period of time of your choice with optional notifications.
Temporary Bookmarks란 무엇입니까?
Temporary Bookmarks은(는) L-tommy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporarily stores bookmarks for a period of time of your choice with optional notifications."입니다.
확장 프로그램 스크린샷
Temporary Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you ever bookmark hundreds of links but only need them for a period of time (eg. useful websites for paper due in one week, shopping links you probably won't remember after one day)? Temporary bookmarks can help. This extension behaves exactly like Chrome's default bookmark except each bookmark has a lifespan (ranging from 1 to 365 days). After the lifespan has passed, it automatically deletes itself. If you wish to delete bookmarks manually, feel free by clicking on the garbage bin icon. If the page you bookmarked is rather significant, put a notification on it so there would be a reminder when it has less than a day remaining.
확장 프로그램 기본 정보
이름 | Temporary Bookmarks |
ID | bpndllhnkhaepbdeeklhlbpinaacbjfj |
공식 URL | https://chromewebstore.google.com/detail/temporary-bookmarks/bpndllhnkhaepbdeeklhlbpinaacbjfj |
설명 | Temporarily stores bookmarks for a period of time of your choice with optional notifications. |
파일 크기 | 48.64 KB |
설치 횟수 | 816 |
현재 버전 | 0.64 |
최근 업데이트 | 2015-10-09 |
출시 날짜 | 2015-10-08 |
평점 | 4.84/5 총 37 개의 평점 |
개발자 | L-tommy |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Temporary Bookmarks", "description": "Temporarily stores bookmarks for a period of time of your choice with optional notifications.", "version": "0.64", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ] } |