TweetDeck Accounts Switcher
TweetDeck のアカウント選択を複数選択ではなく切り替えになるように拡張します。
Cos'è TweetDeck Accounts Switcher?
TweetDeck Accounts Switcher è un'estensione di Chrome sviluppata da https://chitoku.jp, e la sua funzione principale è "TweetDeck のアカウント選択を複数選択ではなく切り替えになるように拡張します。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TweetDeck Accounts Switcher
Scarica i file di estensione TweetDeck Accounts Switcher 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
Informazioni di Base sull'Estensione
Nome | TweetDeck Accounts Switcher |
ID | cjnfkpniglbbhifpkfnclpndpbhmfllh |
URL Ufficiale | https://chromewebstore.google.com/detail/tweetdeck-accounts-switch/cjnfkpniglbbhifpkfnclpndpbhmfllh |
Descrizione | TweetDeck のアカウント選択を複数選択ではなく切り替えになるように拡張します。 |
Dimensione del File | 7.67 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2018-02-04 |
Data di Pubblicazione | 2018-02-04 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://chitoku.jp |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chitoku.jp/programming/tweetdeck-account-switcher |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetDeck Accounts Switcher", "version": "2.0.0", "description": "TweetDeck \u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u9078\u629e\u3092\u8907\u6570\u9078\u629e\u3067\u306f\u306a\u304f\u5207\u308a\u66ff\u3048\u306b\u306a\u308b\u3088\u3046\u306b\u62e1\u5f35\u3057\u307e\u3059\u3002", "manifest_version": 2, "icons": { "128": "img\/icon_128.png" }, "web_accessible_resources": [ "js\/inject.js" ], "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "run_at": "document_idle" } ] } |