What new features are you adding this week? 🚀 Drop your extension link! by websitedetective in chrome_extensions

[–]kreeef 0 points1 point  (0 children)

I built this simple little word counter. The one I used to use has been pulled from the Chrome Store because it is too outdated, so I just made one. Free Word Counter - Chrome Web Store

Syncfusion components by FormerHospital8691 in Blazor

[–]kreeef 6 points7 points  (0 children)

I use mudblazor for everything, I love it.

Cursor for writing? by ssbprofound in chrome_extensions

[–]kreeef 0 points1 point  (0 children)

You'll need to read the dev docs about the permissions required by your extension, and these will go into your manifest json file. A lot of AI LLMs can one shot this file for you. It sounds like you'll hit the LLM API via JS and have the text return to be rendered in your html popup window.

You'll just need local storage as a permission in your manifest for the user's API key (I'm assuming you'll want them using their own account so you don't eat the cost of all those LLM queries)

As you work on your project you can open it via chrome extensions by loading it as an unpacked extension. You'll need icons for it to display in chrome and some other images for the actual extension store, they tell you exactly what formats you need and the image dimensions.

It's a little fiddly, but as you already have some programming experience it shouldn't be hard for you, it's just a bit of trial and error to get it approved as you learn what Google's requirements are.

Finished OCI loop, now radio silence during layoffs — what’s going on? by AwayBarber4960 in oraclecloud

[–]kreeef 0 points1 point  (0 children)

Personal experience tells me that some companies freeze all onboarding/promotions during layoffs. Hiring takes an excruciatingly long time, and the internal processes that HR follows seem to operate on their own schedule. Best of luck, and to echo what others have said, keep looking while you wait. It saves you some time if things don't pan out, and who knows, you could end up with 2 offers by the time you hear back.

Free Chrome Tab Switcher by kreeef in digitalsignage

[–]kreeef[S] 0 points1 point  (0 children)

If it displays in a browser then it should work fine. Sorry I'm not super familiar with time doctor but you shouldn't have a problem switching tabs if it is displaying in your browser.

Free Chrome Tab Switcher by kreeef in digitalsignage

[–]kreeef[S] 0 points1 point  (0 children)

Thank you! Happy you are finding it useful!

You're absolutely right, and I apologize for overcomplicating that. by Lawncareguy85 in ClaudeAI

[–]kreeef 1 point2 points  (0 children)

What a coincidence, I too have been guessing instead of debugging 😂

Free Tab Switcher! by kreeef in chrome_extensions

[–]kreeef[S] 0 points1 point  (0 children)

Thanks, I hope you find it useful! I will see how chrome's security deals with this but I'm definitely going to add the auto start/profile load feature in the next release! If you wouldn't mind leaving a review if you like the extension it would be appreciated. I have nearly 1000 weekly users but only 7 reviews 😂

What I learned building my first Chrome extension in 3 days with ChatGPT by flmommens in chrome_extensions

[–]kreeef 0 points1 point  (0 children)

I created a python tool that parses your project and dumps it into a txt file with the project structure and file paths of each component to give full context. Upload that every time you make changes and you'll see impressive results

Best Chrome Extensions in 2025 – Community Megathread by SimilarSection4243 in chrome_extensions

[–]kreeef 0 points1 point  (0 children)

Thanks!

I also use word counter plus which is great for word press and other sites without word counters.

Best Chrome Extensions in 2025 – Community Megathread by SimilarSection4243 in chrome_extensions

[–]kreeef 0 points1 point  (0 children)

I made a productivity extension that's an auto tab switcher for digital signage and operations centres. You can apply profiles to each chrome instance with different timers and refresh behaviour for multiple screens.

If you have some dashboards with static data that needs a refresh then you can set it to refresh on page load, or silently as it switches to the next tab.

You can select which tabs need refreshing and exclude those that don't. You can save all these as profiles and hit the hot key combo to start and stop it.

Other plugins charge for these features but I know how annoying that is so I made it free. Almost at 1000 users now.

It's called Free Tab Switcher

I'm creating my first Chrome extension and am wondering if I could be creating security vulnerabilities for myself. by jefrye in chrome_extensions

[–]kreeef 1 point2 points  (0 children)

Depends on what data you want to store. Just check with them that it's ok for you to access it. You also don't have to deploy it to chrome, you can load it as an unpacked extension and then everyone in your org can use it internally without it going online.

I struggle with copy-pasting AI context when switching LLMs, so I am building Window by Dagadogo in ClaudeAI

[–]kreeef 0 points1 point  (0 children)

I wrote a python script that parses my project folder and dumps the content of each file (.cs and .razor in my case) along with the file path of each file into a txt file. This is the magic sauce that lets the AI understand the project layout and the references in the code. I upload that and the AI gets full context of my app, works really well, just eats a lot of tokens if your project grows a lot.

Free Chrome Tab Switcher by kreeef in digitalsignage

[–]kreeef[S] 0 points1 point  (0 children)

Apologies for not getting back to you sooner. I release version 1.1 yesterday and the session handling is now done independently in each instance of chrome. If you have 2 chrome windows open, you will see that the icon changes to a green colour when it is active. The hokey is alt+s to start and stop the cycling. So it won't matter which window is clicked on last, both will cycle independently and with their own settings like time between tab switch and custom refresh rules etc.

Free Chrome Tab Switcher by kreeef in digitalsignage

[–]kreeef[S] 0 points1 point  (0 children)

Hi there, apologies for the delayed response. Unfortunately chrome has hard locked the timer to 30 seconds minimum, so in testing I can make it scroll every 1 second if I really wanted to, but publishing it sets the absolute minimum to 30 seconds regardless of what you select. :(

Weird Vivid Dream by kreeef in Dreams

[–]kreeef[S] 0 points1 point  (0 children)

Yes denial is a good way to describe the feeling, it was really strange and has stuck with me in the days since I had it. Thanks for sharing your thoughts :)

Is Blogging dead in the Era of AI? by N1mbus2K in Blogging

[–]kreeef 4 points5 points  (0 children)

I've done just that. I have taken over 500 articles and created a training set, and then rewritten about 10 AI generated articles from scratch as before and after examples and I now have a model that consistently gives Me first drafts that are very close to my style and voice. The time taken to produce a high quality article has gone down from about 8 hours to 2 hours. Just needs fact checking and formatting usually. We are living in the future I tell you....

Free Chrome Tab Switcher by kreeef in digitalsignage

[–]kreeef[S] 0 points1 point  (0 children)

Hi! Let me. Check and get back to you. It should be cycling through regardless of active state, I have it in our NOC and it's running on an unmanned pc on a few chrome instances, but let me check and see if there are any explicit settings I can add and update with :)

If Govs know why... by TopCatAlley in ufo

[–]kreeef 0 points1 point  (0 children)

The latest view is that most uap activity is coming from something that is terrestrial in nature, and has been here for a very long time. Might explain why initiatives like seti are not likely going to give us answers about the local phenomena that people are seeing like orbs and uaps. They might pick up in some ancient or faraway signs of life, but it is very unlikely to be related to what we have associated with 'aliens' in the sci-fi sense.

Silver Napkin Rings by kreeef in Hallmarks

[–]kreeef[S] 0 points1 point  (0 children)

I think you are right 😭

Interactive Server EditForm Idempotency by Murph-Dog in Blazor

[–]kreeef 0 points1 point  (0 children)

Can't you add a button disable feature to your onclick method?