Brdr.ly - Create Fancy CSS Shapes
A tool that will help you quickly create fancy CSS shapes easily
Что такое Brdr.ly - Create Fancy CSS Shapes?
Brdr.ly - Create Fancy CSS Shapes - это расширение Chrome, разработанное Sikriti Dakua, и его основная функция - "A tool that will help you quickly create fancy CSS shapes easily".
Снимки экрана расширения
Скачать файл CRX расширения Brdr.ly - Create Fancy CSS Shapes
Скачайте файлы расширений Brdr.ly - Create Fancy CSS Shapes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple yet functional random radius generator. Create random shapes/blobs using the CSS border radius property.
If not satisfied create your own shapes using the editor (kindof)
Features
- Quick copy
- Easy UI
- Dark Mode Основная информация о расширении
| Название | |
| ID | eljaimhhnaoagolaliifhgkfpgjfmpcj |
| Официальный URL | https://chromewebstore.google.com/detail/brdrly-create-fancy-css-s/eljaimhhnaoagolaliifhgkfpgjfmpcj |
| Описание | A tool that will help you quickly create fancy CSS shapes easily |
| Размер файла | 134 KB |
| Количество установок | 59 |
| Текущая Версия | 3.0.3 |
| Последнее Обновление | 2023-11-27 |
| Дата публикации | 2020-08-31 |
| Разработчик | Sikriti Dakua |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/devloop01/borderly/ |
| URL страницы помощи | https://github.com/devloop01/borderly/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Brdr.ly - Create Fancy CSS Shapes",
"description": "A tool that will help you quickly create fancy CSS shapes easily",
"version": "3.0.3",
"manifest_version": 3,
"icons": {
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"action": {
"default_popup": "src\/pages\/popup\/popup.html"
}
} | |