Simeon Vincent

Results 36 issues of Simeon Vincent

I'm curious why you publish on Medium rather than on a site you own and control. When publishing with sites/services do you have any concerns about ownership or potential misuse?...

"start thinking about an initial template/theme for posts, admin, etc." https://twitter.com/getify/status/668919348858253312

Look into Node.js/JavaScript renderers for Markdown. An ideal MD renderer would also include a robust syntax highlighter and minimal dependencies. https://twitter.com/getify/status/668919171334311938

@getify, I just saw @remy tweet about his own Node/makrdown blog effort. Super early version here: https://github.com/remy/rmurphey. Long weekend starts shortly, so I'll read through your goals and see if...

The "tabs" permission isn't necessary as it only grants access to a couple of properties on Tab instances. This permission is not necessary for general interaction with the Tabs API.

**What version of this package are you using?** N/A **What operating system, Node.js, and npm version?** N/A **What happened?** The demo page on standardjs.com does not appear to be working...

stale

* Update JS files in the `api` and `examples` directories using Chromium's preferred formatting tool. * Update copyright headers in MV3 extensions to match current guidelines. * Fix a bug...

Adds a sample extension called "Text Replacer." As the name implies, this extension will replace a string in the page with a custom string. Currently supports 5 replacements.

This PR introduces a new Extensions example demonstrating how a coordinating website can share cookies with an extension.

@samthor's [comment](https://github.com/GoogleChrome/chrome-extensions-samples/pull/580#discussion_r609211509_) on PR #580 got me thinking: what conventions should we adoption for extension samples? A practice I've adopted in a couple examples is to open a demo page...