Unchecked runtime.lastError while running storage.set: QUOTA_BYTES_PER_ITEM quota exceeded

This error comes when you use chrome.storage.sync.set…to set the data greater than 8,192 bytes for a single item as chrome.storage.sync.set allows 8,192 QUOTA_BYTES_PER_ITEM. Use chrome.storage.local.set, to save the large data…instead of chrome.storage.sync.set. As chrome.storage.local.set can contains 5242880 :QUOTA_BYTES. See https://developer.chrome.com/extensions/storage Also, you can get the alert if still want to use chrome.storage.sync.set using below code: … Read more

Make “Selected Context Only” persist in Chrome DevTools console settings

You can use the filter option as a workaround. For example I was able to hide warnings like ‘DevTools failed to load SourceMap: Could not load content for…’ with regex -/failed\sto\sload\ssource\smap/ Also you can find a documentation for filtering here https://developers.google.com/web/tools/chrome-devtools/console/reference#filter

Limit Chrome Extension to certain URLs?

Welp, it figures I would find the answer to this right after posting the question, even though I have been stuck for a while… Archive of version of docs originally linked in answer: http://code.google.com/chrome/extensions/content_scripts.html Analog page for Manifest V2 (though see also V3): https://developer.chrome.com/docs/extensions/mv2/content_scripts/ In manifest.json: “content_scripts”: [ { “matches”: [“http://*.nytimes.com/*”], “exclude_matches”: [“*://*/*business*”], “js”: [“contentScript.js”] … Read more

Google Chrome device frame is not visible when turned on

I added all the Device type from the settings, and these are the ones with a frame My Chrome version: 67.0.3396.87 PHONE Iphone 5/SE – With orientation but no keyboard & toolbar offered. Iphone 6/7/8 – With orientation but no keyboard & toolbar offered. Iphone 6/7/8 Plus – With orientation but no keyboard & toolbar … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)