Google Canary - on Macbook Air OSX 10.9.4 is giving error

后端 未结 3 1030
花落未央
花落未央 2021-01-22 11:20

Is this a BUG in Mac or Canary?

I need to use the screen-capture via Google Canary, which was working before in past old versions.

But since they release Canary

3条回答
  •  故里飘歌
    2021-01-22 11:56

    Step 1 - download Ready made cake, to get started

    https://developer.chrome.com/extensions/examples/api/desktopCapture.zip

    Step 2 - RTFM

    Load the extension
    Extensions that you download from the Chrome Web Store are packaged up as .crx files, which is great for distribution, but not so great for development. Recognizing this, Chrome gives you a quick way of loading up your working directory for testing. Let's do that now.
    
    Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox:  The menu's icon is three horizontal bars.. and select Extensions under the Tools menu to get to the same place).
    
    Ensure that the Developer mode checkbox in the top right-hand corner is checked.
    
    Click Load unpacked extension… to pop up a file-selection dialog.
    
    Navigate to the directory in which your extension files live, and select it.
    
    Alternatively, you can drag and drop the directory where your extension files live onto chrome://extensions in your browser to load it.
    
    If the extension is valid, it'll be loaded up and active right away! If it's invalid, an error message will be displayed at the top of the page. Correct the error, and try again.
    

    Step 3 - Launch the app

    enter image description here enter image description here

    EDIT: References:

    https://developer.chrome.com/extensions/manifest#web_accessible_resources

    https://stackoverflow.com/a/17098011

    https://stackoverflow.com/a/17120647

提交回复
热议问题