arah.in URL Shortener
Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL
Что такое arah.in URL Shortener?
arah.in URL Shortener - это расширение Chrome, разработанное https://arah.in, и его основная функция - "Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL".
Снимки экрана расширения
Скачать файл CRX расширения arah.in URL Shortener
Скачайте файлы расширений arah.in URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
arah.in - THE BEST URL SHORTENER
STOP wasting time forgetting your long URL from NOW!
The #1 URL Shortener extension!
Tired of remebering your long URL?
Shorten your long URL for FREE!
Demo: http://arah.in/chrome-extension-demo
Donate: http://arah.in/donate
Features:
- Fast
- Customize your short URL (optional)
- ONE CLICK TO COPY your short URL
- View your short URL history
- Search your short URL history
- Delete your short URL history
- Right click on ANY WEB PAGES to shorten its URL
- Right click on ANY URL to shorten
- Right click on ANY SELECTED URL to shorten
Upcoming features:
- Autocopy setting
- More light (smaller in size)
- Short URL with expiry time (idk, do you need it?)
- Your suggestion? (email me: [email protected])
https://arah.in
LIFE IS TOO SHORT TO REMEMBER LONG URL
http://renhard.net
Renhard Julindra Основная информация о расширении
| Название | |
| ID | hdbcmghlgegfaflnidgmoiflldeddaab |
| Официальный URL | https://chromewebstore.google.com/detail/arahin-url-shortener/hdbcmghlgegfaflnidgmoiflldeddaab |
| Описание | Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL |
| Размер файла | 927 KB |
| Количество установок | 177 |
| Текущая Версия | 0.9.3 |
| Последнее Обновление | 2023-09-28 |
| Дата публикации | 2018-08-05 |
| Рейтинг | 5.00/5 Всего 5 оценок |
| Разработчик | https://arah.in |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://arah.in |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "arah.in URL Shortener",
"short_name": "arah.in",
"description": "Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL",
"author": "Renhard Julindra",
"homepage_url": "https:\/\/arah.in",
"version": "0.9.3",
"browser_action": {
"default_icon": "img\/arah.in_32x32.png",
"default_popup": "popup.html",
"default_title": "URL Shortener"
},
"icons": {
"16": "img\/arah.in_16x16.png",
"48": "img\/arah.in_48x48.png",
"128": "img\/arah.in_128x128.png"
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"notifications",
"https:\/\/arah.in\/"
],
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |