🌐 Top Plugins by Platform

Explore the top 100 GitHub-hosted plugins per platform (900 plugins across 9 ecosystems)

🏆 Top 100 Plugins - All Platforms

Showing 1-15 of 900 plugins• Last updated: 11/27/2025

Export 900 filtered plugins:
per page
Page 1 of 60

.env files

JetBrains🏆 Top 100Active

Homepage | Github | Issues. Sponsor: The most productive Laravel development environment. Learn more. Features Environment variables completion based on .env, Dockerfile and docker-compose.yml files. Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.) .env file syntax highlighter

📥 14.6M downloads
182🍴 15📅 ...
JetBrainsRepository

.ignore

JetBrains🏆 Top 100Maintained

.ignore is a plugin for: .bzrignore (Bazaar).chefignore (Chef).cfignore (CloudFoundry).cvsignore (Cvs).boringignore (Darcs).deployignore (DeployHQ).distignore (WP-CLI).dockerignore (Docker).ebignore (ElasticBeanstalk).eleventyignore (Eleventy).eslintignore (ESLint).flooignore (Floobits)ignore-glob (Fossil).gitignore (Git).gcloudignore (GoogleCloud).helmignore (Kubernetes Helm).jpmignore (Jetpack).jshintignore (JSHint).hgignore (Mercurial).mtn-ignore (Monotone).nodemonignore (Nodemon).npmignore (Npm).nuxtignore (NuxtJS).openapi-generator-ignore (OpenAPI Generator).p4ignore (Perforce).prettierignore (Prettier).ignore (Sourcegraph).stylelintignore (StyleLint).stylintignore (Stylint).swagger-codegen-ignore (SwaggerCodegen).terraformignore (Terraform).tfignore (TF).tokeignore (Tokei).upignore (Up).vercelignore (Vercel).yarnignore (Yarn) files in your project. It supports the following IDEs: Android StudioAppCodeCLionGoLandIntelliJ IDEAPhpStormPyCharmRubyMineWebStormDataGrip Features Files syntax highlightTemplates filtering and selecting in rules generator by name and contentUser custom templatesShow ignored files by specified Gitignore file (right-click on .gitignore file)Create a file in the currently selected directoryGenerate Gitignore rules basing on [GitHub's templates collection][github-gitignore]Add a selected file/directory to Gitignore rules from the popup menuSuggesting .gitignore file creation for a new projectEntries inspection (duplicated, covered, unused, incorrect syntax, relative entries) with quick-fix actionsComments and brackets supportNavigation to entries in Project viewRenaming entries from a dot-ignore fileClose opened ignored files actionCustom user templates with import/export features

📥 18.7M downloads
1.3k🍴 182📅 ...
JetBrainsRepository

.NET Install Tool

VS Code🏆 Top 100Active

This extension installs and manages different versions of the .NET SDK and Runtime.

📥 22.3M downloads
189🍴 384📅 ...
MicrosoftRepository

'Improve YouTube!' 🎧 (for YouTube & Videos)

Chrome🏆 Top 100Active

YouTube, tidy & smart? Supercharge YouTube! Give it strong features, filter only the videos you want & exactly the look you like

📥 400.0k users
4.1k🍴 767📅 ...
code-charityRepository

[Deprecated] Debugger for Chrome

VS Code🏆 Top 100Inactive

Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.

📥 10.8M downloads
2.2k🍴 362📅 ...
MicrosoftRepository

[EMF] Entity Model Features

Minecraft🏆 Top 100Active

EMF is an, OptiFine format, Custom Entity Model replacement mod available for Fabric and Forge.

📥 35.8M downloads
120🍴 31📅 ...
UnknownRepository

[ETF] Entity Texture Features

Minecraft🏆 Top 100Active

Emissive, Random & Custom texture support for entities in resourcepacks just like Optifine but for Fabric

📥 38.2M downloads
154🍴 36📅 ...
UnknownRepository

0x0

Sublime Text🏆 Top 100Inactive

Post text from Sublime Text to 0x0

📥 206.8k downloads
5🍴 8📅 ...
UnknownRepository

10% Too Dull for My Tastes Color Scheme

Sublime Text🏆 Top 100Inactive

For fun Color Scheme by Scotch.io for your Sublime Text 3 Editor

📥 594.9k downloads
23🍴 6📅 ...
UnknownRepository

1337 Color Scheme

Sublime Text🏆 Top 100Inactive

1337 - A Color Scheme for dark Sublime Text

📥 1.1M downloads
45🍴 21📅 ...
UnknownRepository

3D Skin Layers

Minecraft🏆 Top 100Active

Render the player skin layer in 3d!

📥 27.8M downloads
224🍴 47📅 ...
UnknownRepository

A File Icon

Sublime Text🏆 Top 100Stale

Sublime Text File-Specific Icons for Improved Visual Grepping

📥 1.3M downloads
273🍴 40📅 ...
UnknownRepository

Accordion Blocks

WordPress🏆 Top 100Inactive

<p>Accordion Blocks is a simple plugin that adds a Gutenberg block for adding accordion drop-downs to your pages.</p> <p>The accordions should blend seamlessly with your theme. However, you may want to add custom styles to your theme.</p> <h4>Features</h4> <ul> <li>Adds a Gutenberg block for adding accordions to your site.</li> <li>Supports multiple accordions with individual settings for each accordion item.</li> <li>Fully responsive.</li> <li>Support for item IDs and direct links.</li> <li>Supports nesting accordions.</li> <li>Accessible (for users requiring tabbed keyboard navigation control).</li> </ul> <h4>Optional Features</h4> <ul> <li>Open individual accordion items by default.</li> <li>Disable auto closing of accordion items.</li> <li>Manually close items by clicking the title again.</li> <li>Scroll page to title when it&#8217;s clicked open (including setting a scroll offset position).</li> <li>Set the HTML heading tag for the title element (h1–h6, button).</li> <li>Set defaults to be applied to all new accordion items or reset a specific accordion item to the defaults.</li> <li>Supports adding custom block styles using <code>wp.blocks.registerBlockStyle</code>.</li> </ul> <h4>Output</h4> <p>The plugin will ultimately output following HTML (simplified for this example):</p> <pre><code>&lt;div class="wp-block-pb-accordion-item c-accordion__item js-accordion-item" data-initially-open="false" data-click-to-close="true" data-auto-close="true" data-scroll="false" data-scroll-offset="0"&gt; &lt;h2 id="at-76840" class="c-accordion__title js-accordion-controller" tabindex="0" role="button" aria-controls="ac-76840" aria-expanded="false"&gt; Title with H2 tag &lt;/h2&gt; &lt;div id="ac-76840" class="c-accordion__content" style="display:none" aria-hidden="true"&gt; &lt;p&gt;Content&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <h4>Custom CSS</h4> <p>You can use the following CSS classes to customize the look of the accordion.</p> <pre><code>.c-accordion__item {} /* The accordion item container */ .c-accordion__item.is-open {} /* is-open is added to open accordion items */ .c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */ .c-accordion__title {} /* An accordion item title */ .c-accordion__title--button {} /* An accordion item title that is using a `&lt;button&gt;` tag */ .c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */ .c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */ .c-accordion__content {} /* An accordion item content container */ </code></pre>

📥 10.0k downloads
46🍴 20📅 ...
philbuchananRepository

ACF Options For Polylang

WordPress🏆 Top 100Stale

<p>You are using Advanced Custom Fields for creating option pages and you have Polylang installed for awsome multilingual site ?</p> <p>Sadly, Polylang is not handling ACF&#8217;s Option Pages. Which means values will be the same for all languages you have set.</p> <p>We are here to save your life ! Once this plugin is activated, you will be able to set a different value for each language, and if none is set, the &#8220;All languages&#8221; value will be used as default one.</p> <p>How ?</p> <p>This plugin will store a value for each language into database. Then Polylang&#8217;s languages are used to get the values from the DB. That means at activation, all existing data will not be anymore available, but still in database. You will retrieve it at plugin deactivation.</p> <p>Then to set and contribute your option page, simply use the Polylang&#8217;s language admin flags ui.</p> <p>Features</p> <ul> <li>Almost simple fields (text, textarea, links, etc)</li> <li>Repeater fields (with simple fields)</li> </ul> <p>Who ?</p> <p>Created by <a href="https://beapi.fr" rel="nofollow ugc">Be API</a>, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always <a href="https://beapi.workable.com" rel="nofollow ugc">hiring</a> some fun and talented guys. So we will be pleased to work with you.</p> <p>This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an <a href="https://github.com/BeAPI/acf-options-for-polylang/issues" rel="nofollow ugc">issue</a> and be patient.</p> <p>To facilitate the process of submitting an issue and quicker answer, we only use Github, so don&#8217;t use WP.Org support, it will not be considered.</p>

📥 10.0k downloads
174🍴 30📅 ...
Amaury BalmerRepository

ACF Quick Edit Fields

WordPress🏆 Top 100Stale

<p>WordPress plugin which adds Quick Edit functionality to Advanced Custom Fields Plugin (<a href="http://www.advancedcustomfields.com/pro/" rel="nofollow ugc">Pro</a> and <a href="https://wordpress.org/plugins/advanced-custom-fields/" rel="ugc">Free 5+</a>.</p> <h4>Features</h4> <ul> <li>Show ACF field values in List views<br /> <a href="https://github.com/mcguffin/acf-quickedit-fields/wiki/Feature-Support-Matrix#supported-acf-fields" rel="nofollow ugc">Supported ACF Fields</a>.</li> <li>Supports Post, Term and User list tables</li> <li>Scalar Columns (Like Text, Number, &#8230;) can be made sortable</li> <li>Edit ACF Field values in Quick edit and Bulk edit</li> </ul> <h4>Known Limitations</h4> <ul> <li>Bulk Edit seems to be incompatible with <a href="https://searchandfilter.com/" rel="nofollow ugc">Search &amp; Filter Pro</a> @see <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/145" rel="nofollow ugc">Issue #145</a></li> <li>Might show a message if ACF Pro comes in bundle with another plugin. @see <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/145" rel="nofollow ugc">Issue #146</a></li> <li>The plugin is not tested against wooCommerce, so some issues may occur. @see <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/135" rel="nofollow ugc">Issue #135</a>, <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/173" rel="nofollow ugc">Issue #173</a>. I will happily accept pull request, fixing such issues.</li> </ul> <h4>Usage</h4> <h4>In the Fieldgroup editor:</h4> <p><strong>Column View:</strong></p> <ul> <li> <p><em>Show Column</em> will sho a column in the WP List Table.</p> </li> <li> <p><em>Sortable Column</em> will make the column sortable. This only works with primitive Field types like Text, Number, Range and so on.</p> </li> <li> <p><em>Column weight</em> gives you an option to take control of the column order. The higher the weight, the more to the right the column will be. Present columns will have defaults weights of multiples of 100 starting with zero for the checkbox column. For example to place an image column between the checkbox (column weight = 0) and title (column weight = 100) choose a value between 0 and 100.</p> </li> <li> <p><em>Filter</em> add a filter to the posts users or terms list.</p> </li> </ul> <p><strong>Editing</strong></p> <p>Toggle <em>QuickEdit</em> and <em>Bulk Edit</em> to enable Editing in the list table view.</p> <p><strong>Searching</strong></p> <p>Enable <em>Backend Search</em> to make a field searchable in the list table view.</p> <p><strong>Location Rules</strong></p> <p>The plugin follows ACFs location rule logic as far as possible. If you have a field group that is only applies to posts in a specific category or with a certain post starus, then columns and quick edit will only show up, if you have filtered the posts by that category ar post status.</p> <p>Negative rules (like “Post category <em>is not</em> equal to X”) will not work – simply because the WP does not provide an admin view for “Posts not in category X”.</p> <p>With the <em>Simplifed Location Rules</em> option enabled for a field group only the post type or taxonomy rules are applied. Any other rule ist skipped. This allows you to always show and edit the fields in list views, regardless of the current list filter. The downside is, that this can make even those fields editable, that are normally hidden in the pst editor.</p> <p><a href="https://github.com/mcguffin/acf-quickedit-fields/wiki/Feature-Support-Matrix#acf-location-rules" rel="nofollow ugc">Read more on the WikiPage</a></p> <p><strong>Conditional Logic</strong></p> <p>Conditional logic is not supported.</p> <h4>Development</h4> <p>Please head over to the source code <a href="https://github.com/mcguffin/acf-quickedit-fields" rel="nofollow ugc">on Github</a>.</p>

📥 30.0k downloads
363🍴 52📅 ...
podpirateRepository
Showing 1-15 of 900 plugins
Page 1 of 60