count the number of characters(文章の文字数を調べる)
文章をドラッグ選択すると文字数を表示します。
count the number of characters(文章の文字数を調べる) क्या है?
count the number of characters(文章の文字数を調べる) https://muryo-tool.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "文章をドラッグ選択すると文字数を表示します。"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में count the number of characters(文章の文字数を調べる) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ウェブページの文章をドラッグして選択すると文字数を表示します。
एक्सटेंशन की मूल जानकारी
नाम | count the number of characters(文章の文字数を調べる) |
ID | hmoemocalglhjgpodkieamcbiibjmbag |
आधिकारिक URL | https://chromewebstore.google.com/detail/count-the-number-of-chara/hmoemocalglhjgpodkieamcbiibjmbag |
विवरण | 文章をドラッグ選択すると文字数を表示します。 |
फ़ाइल का आकार | 5.95 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-12-14 |
प्रकाशन तिथि | 2015-12-13 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://muryo-tool.net |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://muryo-tool.net |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "count the number of characters(\u6587\u7ae0\u306e\u6587\u5b57\u6570\u3092\u8abf\u3079\u308b)", "manifest_version": 2, "description": "\u6587\u7ae0\u3092\u30c9\u30e9\u30c3\u30b0\u9078\u629e\u3059\u308b\u3068\u6587\u5b57\u6570\u3092\u8868\u793a\u3057\u307e\u3059\u3002", "icons": { "128": "count-the-number-of-characters128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "search.js" ] } ], "version": "1.0" } |