Rilink
Shorten long URLs with just one click.
Wat is Rilink?
Rilink is een Chrome-extensie ontwikkeld door https://ril.ink, en de belangrijkste functie is "Shorten long URLs with just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rilink
Download Rilink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shorten long URLs with just one click.
Rilink is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.
Some Features:
- Custom domain support.
- Custom URLs for shortened links
- Setting password for links.
- Private statistics for shortened URLs.
- View and manage your links.
- RESTful API. Basisinformatie over de Extensie
| Naam | |
| ID | cbclakgfaidonjiclobocdcibnchhlig |
| Officiële URL | https://chromewebstore.google.com/detail/rilink/cbclakgfaidonjiclobocdcibnchhlig |
| Beschrijving | Shorten long URLs with just one click. |
| Bestandsgrootte | 1.14 MB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-07-27 |
| Publicatiedatum | 2021-07-19 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://ril.ink |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://ril.ink |
| Help Pagina-URL | https://ril.ink |
| Ondersteunde Talen | fa |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rilink",
"version": "1.0.1",
"short_name": "Rilink",
"description": "Shorten long URLs with just one click.",
"icons": {
"16": "assets\/favicon-16.png",
"32": "assets\/favicon-32.png",
"48": "assets\/favicon-48.png",
"128": "assets\/favicon-128.png"
},
"homepage_url": "https:\/\/ril.ink",
"author": "rilink",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/favicon-16.png",
"32": "assets\/favicon-32.png",
"48": "assets\/favicon-48.png",
"128": "assets\/favicon-128.png"
},
"default_title": "Shorten this URL",
"chrome_style": false
},
"background": {
"persistent": false,
"scripts": [
"js\/background.bundle.js"
]
},
"minimum_chrome_version": "49",
"permissions": [
"activeTab",
"storage",
"clipboardRead",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"chrome_style": false
}
} | |