Ahrefs Opener

Open Ahrefs.com site explorer for the current page.

什么是Ahrefs Opener?

Ahrefs Opener是由simon开发的Chrome扩展程序,该扩展的主要功能是“Open Ahrefs.com site explorer for the current page.”。

扩展截图

screenshot

下载Ahrefs Opener扩展crx文件

下载Ahrefs Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Open Ahrefs.com site explorer for the current page.                    

扩展基本信息

名称 Ahrefs Opener Ahrefs Opener
ID ekknnaljlfpplocdbolkojilclngflnm
官方URL https://chrome.google.com/webstore/detail/ahrefs-opener/ekknnaljlfpplocdbolkojilclngflnm
简介 Open Ahrefs.com site explorer for the current page.
文件大小 6.67 KB
安装次数 54
当前版本 1
更新时间 2018-12-13
上架时间 2018-12-13
开发者 simon
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "ao16.png",
        "128": "ao128.png"
    },
    "name": "Ahrefs Opener",
    "description": "Open Ahrefs.com site explorer for the current page.",
    "version": "1",
    "author": "Simon Howland",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ]
}