Twitter Card Validator
Card validatorでカードが現れるまでボタンを押し続ける
Cos'è Twitter Card Validator?
Twitter Card Validator è un'estensione di Chrome sviluppata da loach, e la sua funzione principale è "Card validatorでカードが現れるまでボタンを押し続ける".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Card Validator
Scarica i file di estensione Twitter Card Validator 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
Press and hold the button until the card appears in the Card validator. Press ESC to pause.
Informazioni di Base sull'Estensione
Nome | |
ID | mdogmobajgdbfcbccdbjdofoheinhmic |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-card-validator/mdogmobajgdbfcbccdbjdofoheinhmic |
Descrizione | Card validatorでカードが現れるまでボタンを押し続ける |
Dimensione del File | 22.36 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2020-07-03 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | loach |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Card Validator", "version": "0.1.0", "manifest_version": 2, "description": "Card validator\u3067\u30ab\u30fc\u30c9\u304c\u73fe\u308c\u308b\u307e\u3067\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u7d9a\u3051\u308b", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/cards-dev.twitter.com\/validator" ], "js": [ "content.js" ] } ] } |