Involta Short links
Сервис сокращения ссылок
什麼是Involta Short links?
Involta Short links是由https://involta.ru開發的Chrome擴展程式,該擴展的主要功能是“Сервис сокращения ссылок”。
擴展截圖
下載Involta Short links擴展crx文件
下載Involta Short links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The new service from Involta is shortening links for VK, Instagram, Google, YouTube, and the whole Internet. Create unique short URLs and share them online. Use the short link service for e-mails and communication on forums. Do you want to hide a long address or UTM tags? Try to short the link online and make it easy to understand and remember.
擴展基本資訊
名稱 | Involta Short links |
ID | hljanmnbiililadpkgmmcjgjfkidpkla |
官方網址 | https://chromewebstore.google.com/detail/involta-short-links/hljanmnbiililadpkgmmcjgjfkidpkla |
簡介 | Сервис сокращения ссылок |
檔案大小 | 15.03 KB |
安裝次數 | 45 |
目前版本 | 2.1.1 |
更新時間 | 2021-01-20 |
上架時間 | 2020-08-16 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://involta.ru |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://involta.ru/tools/short-links/ |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Involta Short links", "description": "\u0421\u0435\u0440\u0432\u0438\u0441 \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u0441\u0441\u044b\u043b\u043e\u043a", "default_locale": "ru", "background": { "page": "bg.html" }, "version": "2.1.1", "icons": { "16": "favicon-32x32.png", "32": "favicon-32x32.png", "128": "favicon-128x128.png" }, "browser_action": { "default_icon": "favicon-32x32.png", "default_popup": "popup.html", "default_title": "Involta Short links" }, "short_name": "Involta links", "permissions": [ "activeTab", "contextMenus" ] } |