brnrs - Create private, temporary URLs
Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Что такое brnrs - Create private, temporary URLs?
brnrs - Create private, temporary URLs - это расширение Chrome, разработанное https://brnrs.io, и его основная функция - "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".
Снимки экрана расширения
Скачать файл CRX расширения brnrs - Create private, temporary URLs
Скачайте файлы расширений brnrs - Create private, temporary URLs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add some impermanence to the links you share on on the web! brnrs allows anyone to create anonymous, temporary links in a matter of seconds. -Shorten any URL -Choose how long it is active (either via number of uses, an expiration time/date, or both) -Share the link the same way you would any other -Expired links resolve to a standard placeholder page The brnrs Chrome extension is open source and leverages the brnrs.io API.
Основная информация о расширении
Название | brnrs - Create private, temporary URLs |
ID | pobinhjkpbnfdphmeopaclblbcgbdkoe |
Официальный URL | https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe |
Описание | Create shortened URLs that delete themselves after a specified number of uses or amout of time. |
Размер файла | 293 KB |
Количество установок | 74 |
Текущая Версия | 0.1 |
Последнее Обновление | 2016-06-30 |
Дата публикации | 2016-06-30 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | https://brnrs.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "brnrs - Create private, temporary URLs", "description": "Create shortened URLs that delete themselves after a specified number of uses or amout of time.", "version": "0.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "popup.htm", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "background": { "persistant": false }, "permissions": [ "activeTab", "https:\/\/brnrs.io\/*" ] } |