Analyze-it

Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com

Analyze-itとは何ですか?

Analyze-itはhttps://timothytocci.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Analyze-it拡張機能のCRXファイルをダウンロード

Analyze-it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Opens various online page analytic tools - SEO, CMS, & WHOIS information for any page you visit. This particular extension opens up various web-based tools in a new tab for analysis. The Guess and Fetch tools from scritch.org make it easier to research any page in the browser and discover SEO and CMS information about it. The Chinese firewall test provided by greatfirewallofchina.org will indicate if the domain is reachable in China. Search engine footprint query menu items for Yahoo, Google, Bing, and Duck Duck Go make fingerprinting a bit easier. Viewdns.info menu items also help to discover information about the actively visited domain.                    

拡張機能の基本情報

名前 Analyze-it Analyze-it
ID ghhobofceahbdeepjnkclgccbkcfnhfm
公式URL https://chromewebstore.google.com/detail/analyze-it/ghhobofceahbdeepjnkclgccbkcfnhfm
説明 Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com
ファイルサイズ 27.96 KB
インストール数 347
現在のバージョン 0.9
最終更新日 2018-01-18
公開日 2018-01-17
評価 5.00/5 合計 2 レビュー
開発者 https://timothytocci.wordpress.com
支払い方法 free
拡張機能のウェブサイト http://timothytocci.com/2013/01/29/google-chrome-extension-developing-analyze-it-a-context-menu/
ヘルプページのURL http://timothytocci.com/2013/01/29/google-chrome-extension-developing-analyze-it-a-context-menu/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analyze-it",
    "description": "Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com",
    "version": "0.9",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 2
}