twitter画像原寸ボタン

twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend

Co je twitter画像原寸ボタン?

twitter画像原寸ボタン je rozšíření Chrome vyvinuté https://hogashi.hatenablog.com, a jeho hlavní funkcí je „twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření twitter画像原寸ボタン

Stáhněte si soubory rozšíření twitter画像原寸ボタン ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Twitterの画像ツイートの画像をワンタッチで原寸表示します。
画像ツイートに追加されたボタンを押すと、ツイートの画像を原寸で新しいタブに表示します。連絡は@hogextendまで。(「twitter画像原寸表示」から「twitter画像原寸ボタン」に改名しました!)

画像ツイートに追加される「Original」ボタンを押すことで、原寸の画像を新しいタブに開きます。
※画像URLに「:orig」ってつけるのと同じです。

This extension adds "Original" button on the image-embedded tweet in Twitter.
Click the "Original" button to open image(s) in original size.

[連絡先 / Contact]
Twitter: @hogextend

[注 / Note]
この拡張機能は、譲渡・売却の予定はありません。そのような連絡はお断りします。
I WILL NOT transfer/sell this extension under any condition. I REFUSE such requests.

[プライバシーポリシー / Privacy Policy]
https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md                    

Základní Informace o Rozšíření

Název twitter画像原寸ボタン twitter画像原寸ボタン
ID kmcomcgcopagkhcbmcmcfhpcmdolfijg
Oficiální URL https://chromewebstore.google.com/detail/twitter%E7%94%BB%E5%83%8F%E5%8E%9F%E5%AF%B8%E3%83%9C%E3%82%BF%E3%83%B3/kmcomcgcopagkhcbmcmcfhpcmdolfijg
Popis twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend
Velikost souboru 70.69 KB
Počet instalací 40,025
Aktuální Verze 6.0.0
Poslední Aktualizace 2023-11-28
Datum Vydání 2020-04-12
Hodnocení 4.17/5 Celkem 154 Hodnocení
Vývojář https://hogashi.hatenablog.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://hogashi.hatenablog.com
URL Stránky Zásad Ochrany Soukromí https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md
Podporované Jazyky ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "twitter\u753b\u50cf\u539f\u5bf8\u30dc\u30bf\u30f3",
    "version": "6.0.0",
    "description": "twitter\u306e\u753b\u50cf\u30c4\u30a4\u30fc\u30c8\u306b\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3002\u8ffd\u52a0\u3055\u308c\u305f\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u30c4\u30a4\u30fc\u30c8\u306e\u753b\u50cf\u3092\u539f\u5bf8\u3067\u65b0\u3057\u3044\u30bf\u30d6\u306b\u8868\u793a\u3059\u308b\u3002\u9023\u7d61\u5148: @hogextend",
    "author": "hogashi",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/pro.twitter.com\/*",
                "https:\/\/pbs.twimg.com\/*"
            ],
            "js": [
                "js\/main.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "twitter\u753b\u50cf\u539f\u5bf8\u30dc\u30bf\u30f3",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/popup.html"
}