twitter画像原寸ボタン

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

O que é twitter画像原寸ボタン?

twitter画像原寸ボタン é uma extensão do Chrome desenvolvida por https://hogashi.hatenablog.com, e sua principal característica é "twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão twitter画像原寸ボタン

Baixe arquivos de extensão twitter画像原寸ボタン no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome twitter画像原寸ボタン twitter画像原寸ボタン
ID kmcomcgcopagkhcbmcmcfhpcmdolfijg
URL Oficial 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
Descrição twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend
Tamanho do Arquivo 70.69 KB
Contagem de Instalações 40,025
Versão Atual 6.0.0
Última Atualização 2023-11-28
Data de Publicação 2020-04-12
Classificação 4.17/5 Total de 154 Avaliações
Desenvolvedor https://hogashi.hatenablog.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hogashi.hatenablog.com
URL da Página de Política de Privacidade https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md
Idiomas Suportados 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"
}