Beyond Tab

Transform New Tab to Beyond Tab , with Beyond Tab you can customize your New Tab in every aspect.

Beyond Tabとは何ですか?

Beyond TabはSercan Damarによって開発されたChromeの拡張機能で、その主な機能は「Transform New Tab to Beyond Tab , with Beyond Tab you can customize your New Tab in every aspect.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Beyond Tab拡張機能のCRXファイルをダウンロード

Beyond Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Transform New Tab To Your Personal World With Beyond Tab.

• 100% Safe And Secure (CSP)
• Different View Option
• Clock
• Weather Status
• Quick Access Website Hub
• To Do List
• Main Focus
• Popup Quick Access (Weather Status, To Do List And More..)
• Special Day Celebration (Birthday And More..)
• Personal Preferences (Interface Customization, Content Customization And More..)
• Multi Language Support (EN, TR, DE, FR, RU, ZH)
• Background Style Customization (Video, Image And More..)
• Theme Style Customization (Icon, Text And More..)
• Random Background - Offline (In Your Collection)
• Random Background - Online (Everyday One New Image And Video With Refresh Option)
• Screensaver Mode
• Background Download Option
• Search Type Customization
• Search Auto Suggestion
• Direct Search On Popular Platforms (YouTube, Reddit And More..)
• Search Engine Customization
• Top Visited Websites
• SYNC Between Devices (To-Do List, Quick Access Website Hub And More..)
• And More..

Note-1: If You Are Going To Use "Beyond Tab" On Multi PC With Synchronization , Be Sure Signed In To Browser Also Check The Synchronization Status In Your Account To Avoid Any Data Lose.

Note-2: If You Encounter Any Issues You Can Report To "[email protected]".As Temporary Solution You Can Restart The Browser.This May Help Until Bug Fix Update Release.  

Whats The New ? 

-Upgraded To Manifest V3 (More Fast And More Secure)
-General Revisions                    

拡張機能の基本情報

名前 Beyond Tab Beyond Tab
ID emjcokggkkclmojmnfbfaggnocnihfhc
公式URL https://chromewebstore.google.com/detail/beyond-tab/emjcokggkkclmojmnfbfaggnocnihfhc
説明 Transform New Tab to Beyond Tab , with Beyond Tab you can customize your New Tab in every aspect.
ファイルサイズ 3.95 MB
インストール数 228
現在のバージョン 4.0.6
最終更新日 2023-02-11
公開日 2020-07-05
評価 4.93/5 合計 30 レビュー
開発者 Sercan Damar
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://justpaste.it/668oa/pdf
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sercan Damar",
    "name": "Beyond Tab",
    "short_name": "Beyond Tab",
    "version": "4.0.6",
    "manifest_version": 3,
    "description": "Transform New Tab to Beyond Tab , with Beyond Tab you can customize your New Tab in every aspect.",
    "offline_enabled": true,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/api.openweathermap.org https:\/\/api.pexels.com https:\/\/images.pexels.com https:\/\/pixabay.com https:\/\/player.vimeo.com https:\/\/vod-progressive.akamaized.net; script-src 'self'; style-src 'self'; img-src 'self' data:; media-src 'self' data:;"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "history",
        "topSites",
        "favicon",
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "beyondTab.html"
    },
    "action": {
        "default_title": "Beyond Tab",
        "default_popup": "beyondTabPopup.html",
        "default_icon": {
            "16": "Resource\/Icon\/App\/icon16.png",
            "32": "Resource\/Icon\/App\/icon32.png",
            "48": "Resource\/Icon\/App\/icon48.png",
            "128": "Resource\/Icon\/App\/icon128.png"
        }
    },
    "icons": {
        "16": "Resource\/Icon\/App\/icon16.png",
        "32": "Resource\/Icon\/App\/icon32.png",
        "48": "Resource\/Icon\/App\/icon48.png",
        "128": "Resource\/Icon\/App\/icon128.png"
    },
    "background": {
        "service_worker": "\/18e46f6c-a829-4933-s257-e68fdacbcb16.min.js"
    }
}