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文件

下載DomainFlag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}