Ultimate Tab Manager: Amazing Tabs from Mars
Chrome Tab Manager for Pros. Manage your tabs efficiently. Get rid of tab chaos with style and smoothness.
Ultimate Tab Manager: Amazing Tabs from Mars란 무엇입니까?
Ultimate Tab Manager: Amazing Tabs from Mars은(는) http://amazingtabsfrommars.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Tab Manager for Pros. Manage your tabs efficiently. Get rid of tab chaos with style and smoothness."입니다.
확장 프로그램 스크린샷
Ultimate Tab Manager: Amazing Tabs from Mars 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Amazing Tabs from Mars is a brand new Tab Manager for Chrome. Features include: * easily categorize and organize tabs * snooze tabs and tab categories to close unwanted tabs * one click to open previously snoozed tabs * daily backups (local or cloud, your choice) and easy backup recovery * sync tabs between devices * add favourites and notes In other words: keep your browsing clean and enjoyable. Say no to tab chaos. Say yes to browsing bliss. Be effective and efficient. Amazing Tabs from Mars - the Chrome Tab Manager for Pros.
확장 프로그램 기본 정보
이름 | |
ID | kfenleohnieigielomfjoijnmdlkfmnd |
공식 URL | https://chrome.google.com/webstore/detail/ultimate-tab-manager-amaz/kfenleohnieigielomfjoijnmdlkfmnd |
설명 | Chrome Tab Manager for Pros. Manage your tabs efficiently. Get rid of tab chaos with style and smoothness. |
파일 크기 | 1.99 MB |
설치 횟수 | 46 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2020-11-29 |
출시 날짜 | 2020-09-28 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | http://amazingtabsfrommars.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://amazingtabsfrommars.com |
개인정보 보호 정책 페이지 URL | https://amazingtabsfrommars.com/privacypolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultimate Tab Manager: Amazing Tabs from Mars", "author": "Amazing Tabs From Mars", "version": "1.1.4", "description": "Chrome Tab Manager for Pros. Manage your tabs efficiently. Get rid of tab chaos with style and smoothness.", "icons": { "16": "\/images\/planet1.png", "48": "\/images\/planet1.png", "128": "images\/planet1.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery.js", "js\/moment.min.js", "js\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.amazingtabsfrommars.com\/*", "*:\/\/localhost\/*" ] }, "permissions": [ "tabs", "identity", "https:\/\/www.google.com\/*", "http:\/\/localhost\/*", "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/aws-sdk\/2.709.0\/aws-sdk.min.js", "https:\/\/www.googletagmanager.com\/ns.html?id=GTM-N5B6XDH", "https:\/\/www.google-analytics.com\/analytics.js" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/planet1.png", "48": "\/images\/planet1.png" }, "default_title": "AmazingTabsFromMars" }, "web_accessible_resources": [ "images\/planet1.png" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com https:\/\/www.googletagmanager.com; object-src 'self'" } |