chrome扩展程序 - 如何获取chrome-store URL

nag*_*hun 1 google-chrome-extension

是否可以在扩展程序中获取chrome扩展程序的chrome-store URL?

我想为用户提供"支持"页面的URL.

Tee*_*emm 5

chrome.runtime.id 是您的扩展程序的ID,所以您想要
"https://chrome.google.com/webstore/detail/"+chrome.runtime.id