MultiRow TweetDeck
MultiRow TweetDeck extends your TweetDeck layout with customizable rows.
Cos'è MultiRow TweetDeck?
MultiRow TweetDeck è un'estensione di Chrome sviluppata da https://multirow.page, e la sua funzione principale è "MultiRow TweetDeck extends your TweetDeck layout with customizable rows.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MultiRow TweetDeck
Scarica i file di estensione MultiRow TweetDeck 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
MultiRow TweetDeck serves layout configurations for: - column (width, height and divisions in each) - gap between columns - header (height) - drawer (width) Go https://multirow.page/ and try your custom layout!
Informazioni di Base sull'Estensione
Nome | MultiRow TweetDeck |
ID | cjlaagghmikageagedknpkmapcjodnno |
URL Ufficiale | https://chromewebstore.google.com/detail/multirow-tweetdeck/cjlaagghmikageagedknpkmapcjodnno |
Descrizione | MultiRow TweetDeck extends your TweetDeck layout with customizable rows. |
Dimensione del File | 83.67 KB |
Conteggio Installazioni | 4,690 |
Versione Corrente | 3.1.2 |
Ultimo Aggiornamento | 2020-03-31 |
Data di Pubblicazione | 2020-03-31 |
Valutazione | 3.69/5 Totale 13 Valutazioni |
Sviluppatore | https://multirow.page |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://multirow.page |
URL della Pagina di Aiuto | https://twitter.com/whatasoda |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/RbEi+P4lE23YlS\/8Xecyly5SV2HFAbrObPQkHFJ4C1wmh4nFPh66qc4nPlOVfwxdWTbuDZwkJKvMgxrmXMOfk0+TpCH8gUC6qTmWsqtfNCmjRT1uyt2wP2Czt8RNNERRvcLWpwCzztF2DiO3mVK0tR2V2vYDWadNqhrmDq3UNkWn6x86tWPzsifYU7R5HgBaUc76Fujofyt5g9PedWqHBsBEousP608H4zQvsEPPFI\/kQrBJacpzrCDOyXQtLLLnPxZ3aJp5n4Ff\/AVeAPg5LYsDBIJuBnpeHsFQP5qrAI5DdIcxIcbRJO0YQgUUQALoLRc72kg8bW4usbaUypRQIDAQAB", "author": "whatasoda [email protected]", "version": "3.1.2", "name": "MultiRow TweetDeck", "homepage_url": "https:\/\/multirow.page\/", "default_locale": "en", "description": "__MSG_description__", "minimum_chrome_version": "60", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "com.twitter.tweetdeck.js" ] }, { "matches": [ "https:\/\/multirow.page\/*" ], "js": [ "page.multirow.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/multirow.page\/*" ] }, "permissions": [ "storage", "tabs", "https:\/\/multirow.page\/*" ], "browser_specific_settings": { "gecko": { "id": "{3aa20e02-b45e-4d90-989a-8999e9ca4633}" } } } |