Skebify

A more modern version of the Skeb Button extension.

Skebifyとは何ですか?

SkebifyはMarkによって開発されたChromeの拡張機能で、その主な機能は「A more modern version of the Skeb Button extension.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A more modern version of the Skeb Button extension, which adds links to Skeb.jp on Twitter profiles. Open source, with text localized to both English and Japanese.                    

拡張機能の基本情報

名前 Skebify Skebify
ID ofjnlldjdmibignbbafmjgncedjklonk
公式URL https://chromewebstore.google.com/detail/skebify/ofjnlldjdmibignbbafmjgncedjklonk
説明 A more modern version of the Skeb Button extension.
ファイルサイズ 32.88 KB
インストール数 48
現在のバージョン 1.0.0
最終更新日 2022-12-26
公開日 2022-12-26
開発者 Mark
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mark-ignacio/skebify
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.0",
    "author": "Mark Ignacio",
    "name": "Skebify",
    "description": "A more modern version of the Skeb Button extension.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter.bb6c8aa9.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/skeb.jp\/api\/*"
    ]
}