Statsify
Visualize cool stats about a page with a single click!
Statsifyとは何ですか?
StatsifyはAlan Biによって開発されたChromeの拡張機能で、その主な機能は「Visualize cool stats about a page with a single click!」です。
拡張機能のスクリーンショット
Statsify拡張機能のCRXファイルをダウンロード
Statsify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |