xbase — Supercharge your productivity on 𝕏

xbase is the best place for professionals to make the most of their time on 𝕏.

xbase — Supercharge your productivity on 𝕏とは何ですか?

xbase — Supercharge your productivity on 𝕏はxbaseによって開発されたChromeの拡張機能で、その主な機能は「xbase is the best place for professionals to make the most of their time on 𝕏.」です。

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

screenshot
screenshot
screenshot
screenshot

xbase — Supercharge your productivity on 𝕏拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        FEATURES 
1. Instant Bookmark Finder 🔍
2. Twitter Bookmark Manager 📚
3. Take private notes on posts 📝
4. Shortcuts for everything ⌨️
5. Works offline 📡

If you have any ideas on how to make xbase better, we'd love to hear from you. Please email your suggestions to our team at [email protected].                    

拡張機能の基本情報

名前 xbase — Supercharge your productivity on 𝕏 xbase — Supercharge your productivity on 𝕏
ID ipldmffgjegnflofelcomladejjllfli
公式URL https://chromewebstore.google.com/detail/xbase-%E2%80%94-supercharge-your/ipldmffgjegnflofelcomladejjllfli
説明 xbase is the best place for professionals to make the most of their time on 𝕏.
ファイルサイズ 5 MB
インストール数 607
現在のバージョン 4.6.74
最終更新日 2024-03-05
公開日 2022-08-11
評価 4.68/5 合計 22 レビュー
開発者 xbase
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://xbase.so
ヘルプページのURL https://xbase.so
プライバシーポリシーページのURL https://team.getxbase.com/privacy-policy
対応言語 en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xbase \u2014 Supercharge your productivity on \ud835\udd4f",
    "version": "4.6.74",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "xbase is the best place for professionals to make the most of their time on \ud835\udd4f.",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "Open popup"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Command+Shift+S"
            }
        }
    },
    "homepage_url": "https:\/\/xbase.so",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "installed.html",
                "logo-icon.png",
                "contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo-icon.png",
        "32": "logo-icon.png",
        "48": "logo-icon.png",
        "128": "logo-icon.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "webRequest",
        "tabs",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.xbase.so\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.xbase.so\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "removeHeader.json"
            }
        ]
    }
}