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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |