All Projects → alan-null → sc_ext

alan-null / sc_ext

Licence: MIT license
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
powershell
5483 projects

Projects that are alternatives of or similar to sc ext

web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (+29.63%)
Mutual labels:  firefox-addon, edge, microsoft-edge, microsoft-edge-extension
edge-contextMenuSearch
Extension for MS Edge browser to provide search option in context menu for selected text
Stars: ✭ 13 (-51.85%)
Mutual labels:  edge, microsoft-edge, edge-extension
Gooreplacer
⚡️⚡️A browser extension to modify HTTP requests :-)
Stars: ✭ 850 (+3048.15%)
Mutual labels:  firefox-addon, edge, edge-extension
NativeMessaging
C# Chome Native Messaging Library
Stars: ✭ 55 (+103.7%)
Mutual labels:  edge, microsoft-edge, edge-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+140.74%)
Mutual labels:  firefox-addon, edge, edge-extension
pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (+59.26%)
Mutual labels:  firefox-addon, edge, edge-extension
Fehelper
😍FeHelper--Web前端助手(Awesome!Chrome & Firefox & MS-Edge Extension, All in one Toolbox!)
Stars: ✭ 3,880 (+14270.37%)
Mutual labels:  firefox-addon, microsoft-edge, microsoft-edge-extension
Just Read
A customizable read mode web extension.
Stars: ✭ 874 (+3137.04%)
Mutual labels:  firefox-addon, edge-extension
Prometheus Formatter
Browser extension which makes plain Prometheus metrics easier to read
Stars: ✭ 34 (+25.93%)
Mutual labels:  firefox-addon, edge-extension
Gitako
🐙 File tree extension for GitHub on Chrome & Firefox & Edge
Stars: ✭ 975 (+3511.11%)
Mutual labels:  firefox-addon, edge-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+107.41%)
Mutual labels:  firefox-addon, edge
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+1329.63%)
Mutual labels:  firefox-addon, edge-extension
Authenticator
Authenticator generates 2-Step Verification codes in your browser.
Stars: ✭ 979 (+3525.93%)
Mutual labels:  firefox-addon, edge-extension
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (+240.74%)
Mutual labels:  firefox-addon, edge-extension
Web Search Navigator
Chrome/Firefox extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others
Stars: ✭ 532 (+1870.37%)
Mutual labels:  firefox-addon, edge-extension
Edgetranslate
A translation extension.
Stars: ✭ 972 (+3500%)
Mutual labels:  firefox-addon, edge-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+1544.44%)
Mutual labels:  firefox-addon, edge-extension
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+3555.56%)
Mutual labels:  firefox-addon, edge
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+6029.63%)
Mutual labels:  firefox-addon, edge-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (+351.85%)
Mutual labels:  firefox-addon, edge-extension

Build Status

Sitecore Extensions

Sitecore Extensions is a google chrome/firefox extension which provides small improvements for Sitecore CMS.

Supported Sitecore versions

  • Sitecore.NET 8.0 and newer (full)
  • Sitecore.NET 7.5 (partial)
  • Sitecore.NET 7.2 (partial)
  • Sitecore.NET 7.1 (partial)
  • Sitecore.NET 7.0 (partial)

Supported browsers

Features

  • Launcher - launch Sitecore commands using command omnibox,
  • Collapse all sections - you can collapse all opened sections in Content Editor with just one click,
  • Expand all sections - you can expand all opened sections in Content Editor with just one click,
  • Database name - Displays current database name in the Content Editor header,
  • Database colour - Change the global header colour depending on current database,
  • Icon colour - changes colour to red when using Sitecore on current tab, otherwise will be grayed,
  • Field Search - quickly find a field or section in the Content view in Content Editor,
  • Restore Last Location - restores last opened item in Content Editor,
  • Toggle Ribbon - small button which allows you to hide whole ribbon while working in Experience Editor,
  • Tree Auto Expand - it will automatically expand tree structure if there is only one child under expanded item,
  • Tree Scope - give an ability to scope a content tree to the currently selected item,
  • Field Inspector - go to field, inspect field name, reset value to __Standard values,
  • Add Here - extends AddHere button in ExperienceEditor with placeholder name

More information about all available feature with gif demos can be found here

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute

Development

Follow steps below if you want to start coding.

Prerequisites

If you want avoid nodejs on your machine use docker to build project inside container.

Install nodejs

https://nodejs.org/en/download/

Environment setup

Clone repository

git clone https://github.com/alan-null/sc_ext.git

Install node modules

npm install

Build project

npm run build

Run watch task if you want dynamic code rebuild in the background

npm run watch

Development - one click

If you are tired of downloading all those modules there is a quicker way.

Open PowerShell Console and run following code:

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install nodejs.install -y
choco install git.install -y
choco install visualstudiocode -y
choco install googlechrome -y

git clone https://github.com/alan-null/sc_ext.git
npm install

If needed remove unnecessary choco packages.

Development - docker

Prerequisites

Install docker

Build

Connect to a node container

.\.devcontainer\run.ps1

Run build command inside container

node@21dc36488c7b:/data/app$ npm run build

node_modules are shared between host and container. Container was introduced only to exclude need of having node installed.

Image available on dockerhub

License

MIT Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].