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 |
官方網址 | 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" ] } |