Link Folders
This extension allows the user to create folders of links/tabs for various topics
Link Folders란 무엇입니까?
Link Folders은(는) brianchou121에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to create folders of links/tabs for various topics"입니다.
확장 프로그램 스크린샷
Link Folders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have so many desktops and tabs open, that you don't want to bookmark them all or close them because you don't want to lose them? Is your laptop always running out of memory, so that it ends up closing your browser and deleting all your opened tabs? Then this is the fix for you. This extension allows the user to save their links/tabs in customizable folders of their choosing, allowing for easy organization and immediate access to all the sites with the click of a button. You can create folders for research so you can continue right where you left off. Users have the option to save all current open tabs with the click of a button, or to manually enter them in. Sites require the "http://". The folders act as buttons and immediately open the links with a click.
확장 프로그램 기본 정보
이름 | |
ID | dncmpfbjeippfclnpgbhpbhhapegibfp |
공식 URL | https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp |
설명 | This extension allows the user to create folders of links/tabs for various topics |
파일 크기 | 13.46 KB |
설치 횟수 | 82 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-08-28 |
출시 날짜 | 2017-08-28 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | brianchou121 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Folders", "description": "This extension allows the user to create folders of links\/tabs for various topics", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'", "permissions": [ "tabs", "storage" ] } |