Ahrefs Opener
Open Ahrefs.com site explorer for the current page.
Apa itu Ahrefs Opener?
Ahrefs Opener adalah ekstensi Chrome yang dikembangkan oleh simon, dan fitur utamanya adalah "Open Ahrefs.com site explorer for the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ahrefs Opener
Unduh file ekstensi Ahrefs Opener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Open Ahrefs.com site explorer for the current page.
Informasi Dasar Ekstensi
Nama | |
ID | ekknnaljlfpplocdbolkojilclngflnm |
URL Resmi | https://chrome.google.com/webstore/detail/ahrefs-opener/ekknnaljlfpplocdbolkojilclngflnm |
Deskripsi | Open Ahrefs.com site explorer for the current page. |
Ukuran File | 6.67 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2018-12-13 |
Tanggal Publikasi | 2018-12-13 |
Pengembang | simon |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |