DomainFlag

Displays the country of the current website's server in addition to the MozRank.

DomainFlag란 무엇입니까?

DomainFlag은(는) https://c7x.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the country of the current website's server in addition to the MozRank."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DomainFlag 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DomainFlag - A lightweight, easy-to-use SEO extension for Google Chrome.
You can check the current website server country and website ranking (MozRank) in the toolbar.
Click the icon to view more SEO information, and you can also access more website  related links with one click.

Features
----
* MozRank & Domain Authority
* Server Location
* Quick Access Bar
* Custom Quick Actions                    

확장 프로그램 기본 정보

이름 DomainFlag DomainFlag
ID bjkkgiokpelbekeldjbjfklkjhfdbjgk
공식 URL https://chromewebstore.google.com/detail/domainflag/bjkkgiokpelbekeldjbjfklkjhfdbjgk
설명 Displays the country of the current website's server in addition to the MozRank.
파일 크기 477 KB
설치 횟수 3,367
현재 버전 3.2.4
최근 업데이트 2022-08-13
출시 날짜 2018-11-07
평점 4.56/5 총 41 개의 평점
개발자 https://c7x.me
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://c7x.me/web-extension-privacy-policy.html
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.2.4",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "minimum_chrome_version": "49",
    "author": "Cople",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+F"
            }
        }
    },
    "background": {
        "scripts": [
            "js\/vendor\/sha1.js",
            "js\/storage.js",
            "js\/db.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "tabs",
        "clipboardWrite",
        "storage"
    ]
}