Hiro's Quick Links

Handy navigation links for WooCommerce sites

Hiro's Quick Linksとは何ですか?

Hiro's Quick LinksはWill Brubakerによって開発されたChromeの拡張機能で、その主な機能は「Handy navigation links for WooCommerce sites」です。

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

screenshot

Hiro's Quick Links拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        For WooCommerce shop managers or WooCommerce developers

* Populates a panel with handy WooCommerce navigation links frontend & backend links accessible from one handy place. Go directly to various settings rather than taking multiple clicks.
* Toggle WordPress notices (for screenshots, etc)
* Automatically hides any Yoast SEO columns added in the products page

#### Usage notes:

When first signing in to a WooCommerce site, the links will take a few seconds to several seconds to load (be patient). After the links have been loaded once, they are retained for the life of the browser session.                    

拡張機能の基本情報

名前 Hiro's Quick Links Hiro's Quick Links
ID gfkcobfhjfljhoingianjgaedgnncpdd
公式URL https://chromewebstore.google.com/detail/hiros-quick-links/gfkcobfhjfljhoingianjgaedgnncpdd
説明 Handy navigation links for WooCommerce sites
ファイルサイズ 94.85 KB
インストール数 79
現在のバージョン 0.7
最終更新日 2016-06-09
公開日 2016-06-09
評価 5.00/5 合計 1 レビュー
開発者 Will Brubaker
支払い方法 free
ヘルプページのURL https://github.com/WillBrubaker/hiro-quick-links
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiro's Quick Links",
    "description": "Handy navigation links for WooCommerce sites",
    "version": "0.7",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "panel.html",
        "default_title": "Hiro's Quick Links"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background"
    ],
    "manifest_version": 2
}