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

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

확장 프로그램 사용 설명서

                        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"
    ]
}