TweetDeckのcolumnをページサイズに合わせる
https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。
Cos'è TweetDeckのcolumnをページサイズに合わせる?
TweetDeckのcolumnをページサイズに合わせる è un'estensione di Chrome sviluppata da jp.p0x0q, e la sua funzione principale è "https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TweetDeckのcolumnをページサイズに合わせる
Scarica i file di estensione TweetDeckのcolumnをページサイズに合わせる 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
                        https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kedgeblmejdbipdeggnpeebgbnnegodj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/tweetdeck%E3%81%AEcolumn%E3%82%92%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%B5%E3%82%A4%E3%82%BA%E3%81%AB%E5%90%88/kedgeblmejdbipdeggnpeebgbnnegodj | 
| Descrizione | https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。 | 
| Dimensione del File | 121 KB | 
| Conteggio Installazioni | 18 | 
| Versione Corrente | 1.04 | 
| Ultimo Aggiornamento | 2019-06-29 | 
| Data di Pubblicazione | 2019-06-29 | 
| Sviluppatore | jp.p0x0q | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina della Politica sulla Privacy | https://p0x0q.com/privacy_policy | 
| Lingue Supportate | ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweetDeck\u306ecolumn\u3092\u30da\u30fc\u30b8\u30b5\u30a4\u30ba\u306b\u5408\u308f\u305b\u308b",
    "version": "1.04",
    "description": "https:\/\/tweetdeck.twitter.com\/ \u306b\u304a\u3044\u3066\u3001column\u3092\u30b0\u30ea\u30c3\u30c8\u8868\u793a\u306b\u5bfe\u5fdc\u3055\u305b\u307e\u3059\u3002",
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/Main.js"
            ],
            "css": [
                "\/css\/style.css"
            ]
        }
    ]
}  |  |