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.
擴展基本資訊
名稱 | Rilink |
ID | cbclakgfaidonjiclobocdcibnchhlig |
官方網址 | 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 } } |