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.」です。
拡張機能のスクリーンショット
Ahrefs Opener拡張機能のCRXファイルをダウンロード
Ahrefs Opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open Ahrefs.com site explorer for the current page.
拡張機能の基本情報
名前 | |
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" ] } |