-
Updated
Jun 14, 2022 - JavaScript
Chrome extension
Chrome extensions are add-ons for Chromium-based browsers, such as Google Chrome, which enable users to customize the Chrome browsing experience. Built using web technologies like HTML, CSS, and JavaScript, extensions make use of various APIs supported by the browser. Extensions are typically downloaded from online marketplaces, with the Chrome Web Store being the most widely used. Chrome extensions work on most Chromium browsers, not just Google Chrome developed by Google.
Here are 12,588 public repositories matching this topic...
-
Updated
Jul 31, 2022 - Markdown
-
Updated
Jul 31, 2022 - TypeScript
-
Updated
Jul 21, 2022 - JavaScript
-
Updated
Jul 28, 2022 - JavaScript
-
Updated
Jul 29, 2022 - JavaScript
-
Updated
Jul 21, 2022 - TypeScript
-
Updated
Jul 28, 2022 - JavaScript
-
Updated
Jul 27, 2022 - JavaScript
-
Updated
Jun 12, 2022
-
Updated
Jul 21, 2022 - CSS
-
Updated
Jul 28, 2022 - JavaScript
-
Updated
Jul 14, 2022 - JavaScript
Description:
Provide option to keep some segment and provide a submit button below each segment as I don't want to upload the first segment. As I want the first segment but not sure about the consensus and correctness about the first segment.
-
Updated
Jul 31, 2022 - JavaScript
-
Updated
Jul 13, 2022 - JavaScript
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Jul 31, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.
Describe the solution you'd like
Checkbox "Show line n
-
Updated
Jul 29, 2022 - JavaScript
-
Updated
Jul 28, 2022 - JavaScript
How do you envision this feature/change to look/work like?
Provide "out-of-box" support for WASM integration.
What is the purpose of this change/feature? Why?
For some performance sensitive cases, like video encoding/decoding, WASM does matter.
I made a benchmark for base64 encoding/decoding before (rust WASM version is 6X faster than pure JavaScript version on my macbook m1).
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Mar 22, 2022
Update styling
Update styling to match new Chrome/devtools flat design.
-
Updated
Jul 28, 2022 - JavaScript
-
Updated
May 4, 2022 - TypeScript
-
Updated
Jul 30, 2022 - JavaScript
GraphQL offers its own variables system. I always avoided it because it was verbose (🤦♂️ ) but it would actually offer a good solution to improper memoization:
Use variables
Before:
Probably after: