Tab List Editor
Like OneTab but leaner and with minimum permissions, without tracking.
Tab List Editor란 무엇입니까?
Tab List Editor은(는) http://www.freezeec.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Like OneTab but leaner and with minimum permissions, without tracking."입니다.
확장 프로그램 스크린샷
Tab List Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Like OneTab but leaner and FOSS. Named "Tab List Editor". It started out with the idea of being a OneTab clone where I would release the source code but immediately I found stuff I could do better and lighter than OneTab. For example OneTab runs constantly, while this runs only when it's called or the tab groups page is displayed. (Event pages [this] vs. persistent background page [OneTab].) Tabs are grouped by date. You can delete an entire groupe of tabs. When you click on "save all" a new group is created. Options let you choose if you want to display urls and if you want to order tabs by urls. You can also delete a single tab. I advocate to keep only one group. "Tab List Editor" capture only current window tab's.
확장 프로그램 기본 정보
이름 | |
ID | epcdfhdjamhajclkdhoajboimllpefef |
공식 URL | https://chrome.google.com/webstore/detail/tab-list-editor/epcdfhdjamhajclkdhoajboimllpefef |
설명 | Like OneTab but leaner and with minimum permissions, without tracking. |
파일 크기 | 585 KB |
설치 횟수 | 406 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-08-16 |
출시 날짜 | 2017-08-16 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | http://www.freezeec.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab List Editor", "version": "1.0", "description": "Like OneTab but leaner and with minimum permissions, without tracking.", "icons": [], "browser_action": { "default_popup": "popup.html", "default_title": "Tab List Editor" }, "background": { "page": "tablisteditor.html", "persistent": false }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "contextMenus" ] } |