Self Butler

Shortcuts to Self Butler

Self Butlerとは何ですか?

Self ButlerはExMarketPlace FZ LLCによって開発されたChromeの拡張機能で、その主な機能は「Shortcuts to Self Butler」です。

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

screenshot

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

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

拡張機能の使用方法

                        Self Butler is your personal concierge at your fingertips to find what you need, when you need it and wherever you are. It is now equipped with geolocation search, multi language translator, local weather forecast, currency converter, web search and a shopping comparison tool to easily locate the best places around you or the most hidden item on the web.

By clicking "Add to Chrome", I accept and agree to installing the SelfButler Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy

Privacy Policy: https://selfbutler.com/privacy.php

Terms of use: https://selfbutler.com/termofuse.php                    

拡張機能の基本情報

名前 Self Butler Self Butler
ID oafgjlmmngifdapmamnfcfppjnjebkif
公式URL https://chromewebstore.google.com/detail/self-butler/oafgjlmmngifdapmamnfcfppjnjebkif
説明 Shortcuts to Self Butler
ファイルサイズ 571 KB
インストール数 12,517
現在のバージョン 1.0.19
最終更新日 2022-02-03
公開日 2019-02-13
評価 5.00/5 合計 4 レビュー
開発者 ExMarketPlace FZ LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.selfbutler.com/
プライバシーポリシーページのURL https://www.exmarketplace.com/privacy.php
対応言語 de,en,fr,es,it,pt-BR,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self Butler",
    "description": "Shortcuts to Self Butler",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "version": "1.0.19",
    "permissions": [
        "tabs",
        "topSites",
        "storage",
        "*:\/\/*.selfbutler.com\/*"
    ],
    "browser_action": {
        "default_title": "Self Butler",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.selfbutler.com\/*"
            ],
            "js": [
                "injectTopSites.js"
            ],
            "css": [
                "topsites.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.selfbutler.com\/*"
            ],
            "js": [
                "noextwarning.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "*.png"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "{29828a3b-b422-4c85-a683-1f738fba9d16}",
            "strict_min_version": "57.0"
        }
    }
}