Rilink
Shorten long URLs with just one click.
什么是Rilink?
Rilink是由https://ril.ink开发的Chrome扩展程序,该扩展的主要功能是“Shorten long URLs with just one click.”。
扩展截图
下载Rilink扩展crx文件
下载Rilink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | cbclakgfaidonjiclobocdcibnchhlig | 
| 官方URL | https://chromewebstore.google.com/detail/rilink/cbclakgfaidonjiclobocdcibnchhlig | 
| 简介 | Shorten long URLs with just one click. | 
| 文件大小 | 1.14 MB | 
| 安装次数 | 32 | 
| 当前版本 | 1.0.1 | 
| 更新时间 | 2021-07-27 | 
| 上架时间 | 2021-07-19 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | https://ril.ink | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://ril.ink | 
| 帮助页面URL | https://ril.ink | 
| 支持的语言 | 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
    }
}  |  |