Statsify
Visualize cool stats about a page with a single click!
ما هو Statsify؟
Statsify هو إضافة Chrome تم تطويرها بواسطة Alan Bi، والميزة الرئيسية لها هي "Visualize cool stats about a page with a single click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Statsify
قم بتنزيل ملفات الامتداد Statsify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Statsify allows you to view interesting statistics and information about the webpage you're currently browsing. With a single click, you can generate the following insights: • Ratio of internal vs. outbound links • Most frequent words • Key phrases • Total word count Visit https://www.statsify.us to learn more and access even more visualizations and statistics!
معلومات أساسية عن التمديد
الاسم | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
الوصف | Visualize cool stats about a page with a single click! |
حجم الملف | 15.84 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.00 |
آخر تحديث | 2019-02-17 |
تاريخ النشر | 2019-02-17 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | Alan Bi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.statsify.us |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Statsify", "description": "Visualize cool stats about a page with a single click!", "version": "1.00", "icons": { "128": "assets\/logo.png" }, "browser_action": { "default_icon": "assets\/logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |