Pārlūkot izejas kodu

Disabled page action for all but http(s)

master
Said Achmiz pirms 6 gadiem
vecāks
revīzija
db2f3e391c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      background.js

+ 1
- 1
background.js Parādīt failu

@@ -4,7 +4,7 @@ chrome.runtime.onInstalled.addListener(() => {
chrome.declarativeContent.onPageChanged.removeRules(undefined, () => {
chrome.declarativeContent.onPageChanged.addRules([{
conditions: [ new chrome.declarativeContent.PageStateMatcher({
pageUrl: { },
pageUrl: { schemes: [ 'http', 'https' ] },
})
], actions: [ new chrome.declarativeContent.ShowPageAction() ]
}]);

Notiek ielāde…
Atcelt
Saglabāt