ExTweetButton

ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。

Cos'è ExTweetButton?

ExTweetButton è un'estensione di Chrome sviluppata da abcang, e la sua funzione principale è "ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ExTweetButton

Scarica i file di estensione ExTweetButton in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ページ内のTweetButtonを使ってツイートします。
いちいちボタンを探す必要はありません。

公式、amazon、jetpackのTweet Buttonに対応しています。                    

Informazioni di Base sull'Estensione

Nome ExTweetButton ExTweetButton
ID mpcnndaommbnhccepiefejfgjdbiifke
URL Ufficiale https://chromewebstore.google.com/detail/extweetbutton/mpcnndaommbnhccepiefejfgjdbiifke
Descrizione ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。
Dimensione del File 8.31 KB
Conteggio Installazioni 36
Versione Corrente 2.1.3
Ultimo Aggiornamento 2024-01-04
Data di Pubblicazione 2020-05-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore abcang
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/abcang/ex-tweet-button
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ExTweetButton",
    "version": "2.1.3",
    "description": "\u30da\u30fc\u30b8\u5185\u306eTweetButton\u3092\u4f7f\u3063\u3066\u30c4\u30a4\u30fc\u30c8\u3057\u307e\u3059\u3002\u3044\u3061\u3044\u3061\u30dc\u30bf\u30f3\u3092\u63a2\u3059\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/platform.twitter.com\/*"
    ]
}