Later
Creates bookmarks for browser tabs to access them later.
Later란 무엇입니까?
Later은(는) CodeCodingCoder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates bookmarks for browser tabs to access them later."입니다.
확장 프로그램 스크린샷
Later 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simply put, this extension creates a bookmark. It makes the bookmark in, by default: [Bookmark Root]:[Other bookmarks]:[_Later_]:[YYYY-MM-DD]:{Bookmark(s)} User can configure behaviors of the extension a bit in the Options Page: 1. The extension has three operation modes: OneTab, OneWin, and AllWin. 2. The bookmark root for the extension can be changed from "_Later_". 3. Close the tab/window(s) automatically afterwards. I made this extension for "my" convenience, but it would be nice to see usefulness for other people. Please let me know what you think. Thanks.
확장 프로그램 기본 정보
이름 | |
ID | aokignajbinhiblkcbnckmgleljfomld |
공식 URL | https://chrome.google.com/webstore/detail/later/aokignajbinhiblkcbnckmgleljfomld |
설명 | Creates bookmarks for browser tabs to access them later. |
파일 크기 | 189 KB |
설치 횟수 | 83 |
현재 버전 | 2.0.0.0 |
최근 업데이트 | 2013-02-27 |
출시 날짜 | 2013-02-27 |
평점 | 4.00/5 총 11 개의 평점 |
개발자 | CodeCodingCoder |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Later", "version": "2.0.0.0", "manifest_version": 2, "description": "Creates bookmarks for browser tabs to access them later.", "icons": { "16": "icons\/later16.png", "48": "icons\/later48.png", "128": "icons\/later128.png" }, "browser_action": { "default_icon": "icons\/laterBase19.png", "default_title": "Later extension: Creates bookmarks for tabs to access them later." }, "background": { "page": "laterBackground.html" }, "incognito": "split", "minimum_chrome_version": "4.0.222.0", "options_page": "laterOptions.html", "permissions": [ "tabs", "bookmarks", "contextMenus", "management" ] } |