Starting analysis...
https://tailwindcss.com | https://github.com/mozdevs/cssremedy/issues/4 | |
https://github.com/tailwindcss/tailwindcss/pull/116 | https://bugzilla.mozilla.org/show_bug.cgi?id=190655 | |
https://bugs.chromium.org/p/chromium/issues/detail?id=999088 | https://bugs.webkit.org/show_bug.cgi?id=201297 | |
https://bugs.chromium.org/p/chromium/issues/detail?id=935729 | https://bugs.webkit.org/show_bug.cgi?id=195016 | |
https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 | https://github.com/tailwindlabs/tailwindcss/issues/3300 | |
https://github.com/mozdevs/cssremedy/issues/14 | https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 | |
https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/1999/xlink | |
http://www.w3.org/XML/1998/namespace | http://www.w3.org/2000/svg | |
http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xhtml | |
https://chrome.google.com/webstore/detail/copy-text-easily/fagmaopcbeobbfhkeodicjekiniefdlo | https://www.buymeacoffee.com/basharath | |
https://fonts.googleapis.com/css2?family=Roboto&display=swap | https://clients2.google.com/service/update2/crx |
{ "name": "Copy Text Easily", "icons": { "16": "images/enabled.png", "48": "images/enabled.png", "128": "images/enabled.png" }, "action": { "default_icon": "images/enabled.png", "default_popup": "popup.html", "default_title": "React Boilerplate" }, "version": "1.1.0", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "A simple and hassle free way to copy text, paragraphs, sentences and custom selections in browser.", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_start", "matches": [ "<all_urls>" ] } ], "manifest_version": 3 }