Ahrefs Opener
Open Ahrefs.com site explorer for the current page.
What is Ahrefs Opener?
Ahrefs Opener is a Chrome extension developed by simon, and its main feature is "Open Ahrefs.com site explorer for the current page.".
Extension Screenshots
Download Ahrefs Opener Extension CRX File
Download Ahrefs Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open Ahrefs.com site explorer for the current page.
Extension Basic Information
Name | |
ID | ekknnaljlfpplocdbolkojilclngflnm |
Official URL | https://chrome.google.com/webstore/detail/ahrefs-opener/ekknnaljlfpplocdbolkojilclngflnm |
Description | Open Ahrefs.com site explorer for the current page. |
File Size | 6.67 KB |
Installation Count | 54 |
Current Version | 1 |
Last Updated | 2018-12-13 |
Publish Date | 2018-12-13 |
Developer | simon |
Payment Type | free |
Supported Languages | 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" ] } |