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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}