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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://amazingtabsfrommars.com และคุณลักษณะหลักของมันคือ "Chrome Tab Manager for Pros. Manage your tabs efficiently. Get rid of tab chaos with style and smoothness."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Tab Manager: Amazing Tabs from Mars

ดาวน์โหลดไฟล์ส่วนขยาย Ultimate Tab Manager: Amazing Tabs from Mars ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ultimate Tab Manager: Amazing Tabs from Mars Ultimate Tab Manager: Amazing Tabs from Mars
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'"
}