Short links service
A simple extension that allows one-click to reduce the link in the current tab.
什麼是Short links service?
Short links service是由https://sulx.ru開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that allows one-click to reduce the link in the current tab.”。
擴展截圖
下載Short links service擴展crx文件
下載Short links service擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension for Chrome browser allows one-click to create a short link to addresses in the current tab. You can insert a short link to social networks and blogs. Just click on one button - and the link will magically in your clipboard! After registration you will http://sulx.ru optional, such as: statistics referrals. And it's all free for you. Shot URL LinX - this is easiest and fastest way to create a short link! Author of image: http://icons8.com
擴展基本資訊
名稱 | Short links service |
ID | jmahmkpoabpohpganpheikpphdoflmhm |
官方網址 | https://chromewebstore.google.com/detail/short-links-service/jmahmkpoabpohpganpheikpphdoflmhm |
簡介 | A simple extension that allows one-click to reduce the link in the current tab. |
檔案大小 | 12.86 KB |
安裝次數 | 501 |
目前版本 | 1.2.4 |
更新時間 | 2022-10-06 |
上架時間 | 2015-04-11 |
評分 | 1.67/5 共 3 次評分 |
開發者 | https://sulx.ru |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "version": "1.2.4", "description": "__MSG_ext_description__", "default_locale": "en", "author": "Sergey Mikheev", "homepage_url": "http:\/\/sulx.ru\/extension", "short_name": "Short Url Links", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "http:\/\/sulx.ru\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_title": "__MSG_ext_caption_button__", "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" } } |