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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |