How to enable "Load unpacked extension" in canary and chrome developer edition? - google-chrome

I have recently created my first chrome add in. When i am trying to run it in chrome developer version/canary i am getting "load unpacked extension" disabled. According to all the post i have searched this should be disabled in stable and beta version but not in developer edition.
Any solutions for this ?
Version 50.0.2661.18 dev-m

Just go to chrome://extensions in the URL bar.

Related

explicitly-allowed-ports not working in latest google chrome v. 72.0.3626.109

We have few local sites with unsafe ports i.e. 100,101,102,103. Those were working fine on google chrome with explicitly-allowed-ports in the shortcut target. Suddenly they have stopped working for new update version of chrome v. 72.0.3626.109.
I am not able to find any solution to it. Even if I install the old version of chrome it gets updated to the new one. Can you please guide me what to do. I cant change the mapping of websites as there are limitations. Please guide.
This bug was already found in the Canary branch:
https://bugs.chromium.org/p/chromium/issues/detail?id=916025
Temporary solution is to disable the "Enable Network Service" option in the chrome://flags settings

Issue of loading PDF hosted on IIS 8.5

I host a static folder containing some large PDFs (~7000 kb) on IIS 8.5 on Windows Server 2012 R2. When I open the PDF in Chrome, the following message always shows first. I have to reload the page many times to display the PDF correctly.
Then I checked the network log using Chrome developer tool and found out the failed requests have Status Code "206 Partial Content". See the following screenshot:
Does anyone have similar issue as me? Any help is really appreciated!
To solve this issue:
1. Use the latest version of Chrome
2. In google chrome, you can change the default chrome pdf viewer to Adobe pdf viewer plugin.
Here I find the option my Google Chrome Version 70.0.3538.77 (Official Build) (64-bit)
Please recheck ... PDF switch setting is available on Latest version of Google Chrome.

Chrome Developer Tools: Missing "Resources" Tab

I am running Chrome Version 52.0.2743.116 (64-bit) on OS X 10.11.3 and upon trying to debug a website realized that the Resources tab in my Developer Tools is just completely gone. What gives / has anyone else noticed this?
"The Resources panel has been renamed to the Application panel. All of the features from the Resources panel are still available in the Application panel."
from https://developers.google.com/web/tools/chrome-devtools/iterate/manage-data/?hl=en

Chrome Developer Tools not displaying (Version 51.0.2704.84 (64-bit))

I'm no longer able to access my Developer Tools in Mac Chrome (Version 51.0.2704.84 (64-bit)). This is the latest update for Chrome. CMD-OPTION-I and View > Developer > Developer Tools provides no result.
Is anyone else having this issue? Any ideas how to fix?
Try go to ~/Library/Application Support/Google/Chrome/Default\Local Storage and delete these two files :
chrome-devtools_devtools_0.localstorage
chrome-devtools_devtools_0.localstorage-journal
Or purge all your Google Chrome User Data and reinstall Chrome.
To fix this issue, I did the following:
Made a backup of /Users//Library/Application Support/Google/Chrome/Default.
Delete the Chrome App
Deleted the root Chrome folder /Users//Library/Application Support/Google/Chrome/
Downloaded and reinstalled the latest version of Chrome (Tried a simple update before previous steps, but didn't work)
Removed defaults from the new install
Copied back up of default content into new Default folder
Dev tools are now functioning again.

Where to find Google Chrome logs

Where to find the Google Chrome logs? In which location can I find the Chrome logs if it crashes?
First, you must enable crash logging in advanced settings by ticking "Automatically send usage statistics and crash reports to Google".
Crash logs can then be found in chrome://crashes.
Note that by enabling this, your crash reports and stats will be sent to Google servers...
Dump files are stored under %HOMEPATH%\AppData\Local\Google\Chrome\User Data\Crashpad\reports
Source: https://superuser.com/questions/624/where-is-google-chrome-crash-dump-located
Mac OS 10.13.4
Chrome Version 73.0.3683.103 (Official Build) (64-bit)
I got:
~/Library/Application Support/Google/Chrome/Crashpad/completed/
In some cases, if you cannot access the Chrome settings page, create a shortcut for chrome and add the following flag to the target.
--enable-logging --v=1
Then run Chrome using that shortcut, and you can see the log file in your user folder.
C:\Users\[User name]\AppData\Local\Google\Chrome\User Data\chrome_debug.log
Chrome Browser debug logs