(key: string)
| 158 | } |
| 159 | |
| 160 | export function i18n(key: string) { |
| 161 | return chrome.i18n.getMessage(key) |
| 162 | } |
| 163 | |
| 164 | export function getMetaContentByProperty(metaProperty: string) { |
| 165 | const metas = document.getElementsByTagName("meta") |
no outgoing calls
no test coverage detected