Rilink
Shorten long URLs with just one click.
Qu'est-ce que Rilink ?
Rilink est une extension Chrome développée par https://ril.ink, et sa fonction principale est "Shorten long URLs with just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rilink
Téléchargez les fichiers d'extension Rilink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Rilink |
ID | cbclakgfaidonjiclobocdcibnchhlig |
URL Officiel | https://chromewebstore.google.com/detail/rilink/cbclakgfaidonjiclobocdcibnchhlig |
Description | Shorten long URLs with just one click. |
Taille du Fichier | 1.14 MB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-07-27 |
Date de Publication | 2021-07-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://ril.ink |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ril.ink |
URL de la Page d'Aide | https://ril.ink |
Langues Prises en Charge | 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 } } |