はてなブログ文字数カウンター
はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。
Cos'è はてなブログ文字数カウンター?
はてなブログ文字数カウンター è un'estensione di Chrome sviluppata da https://free-log.net, e la sua funzione principale è "はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione はてなブログ文字数カウンター
Scarica i file di estensione はてなブログ文字数カウンター 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
はてなブログの記事編集ページで入力したタイトルと本文の文字数をカウントしてリアルタイムに表示します。 カウントする際は全ての空白文字・改行や特定のHTMLタグ・はてな記法の文字列を除外します。
Informazioni di Base sull'Estensione
Nome | はてなブログ文字数カウンター |
ID | kmoakjmkaodokleemhjmchlaganachkh |
URL Ufficiale | https://chromewebstore.google.com/detail/%E3%81%AF%E3%81%A6%E3%81%AA%E3%83%96%E3%83%AD%E3%82%B0%E6%96%87%E5%AD%97%E6%95%B0%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC/kmoakjmkaodokleemhjmchlaganachkh |
Descrizione | はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。 |
Dimensione del File | 37.86 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-06-13 |
Data di Pubblicazione | 2018-06-13 |
Sviluppatore | https://free-log.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.free-log.net |
URL della Pagina di Aiuto | https://www.free-log.net/entry/hatena-count-extension |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30bf\u30fc", "description": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u306e\u8a18\u4e8b\u7de8\u96c6\u4e2d\u306b\u30bf\u30a4\u30c8\u30eb\u3068\u672c\u6587\u306e\u6587\u5b57\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002", "version": "0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/blog.hatena.ne.jp\/*\/*\/edit*" ], "js": [ "jquery-3.3.1.min.js", "contents.js" ], "css": [ "style.css" ] } ], "icons": { "128": "icon.png" } } |