Sun.shine
Shining your URLs
Sun.shineとは何ですか?
Sun.shineはhttps://sal.vnによって開発されたChromeの拡張機能で、その主な機能は「Shining your URLs」です。
拡張機能のスクリーンショット
Sun.shine拡張機能のCRXファイルをダウンロード
Sun.shine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Official extension for https://sal.vn
Sun.shine is a URL shortener system. Shorten URLs, manage your links and view the click rate statistics. 拡張機能の基本情報
| 名前 | |
| ID | mmgpajibllaionblgcgafnihmlnlnjie |
| 公式URL | https://chromewebstore.google.com/detail/sunshine/mmgpajibllaionblgcgafnihmlnlnjie |
| 説明 | Shining your URLs |
| ファイルサイズ | 366 KB |
| インストール数 | 359 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2023-11-30 |
| 公開日 | 2023-11-30 |
| 評価 | 5.00/5 合計 11 レビュー |
| 開発者 | https://sal.vn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sal.vn |
| プライバシーポリシーページのURL | https://sal.vn/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sun.shine",
"version": "2.1.0",
"description": "Shining your URLs",
"icons": {
"16": "assets\/favicon-16.png",
"32": "assets\/favicon-32.png",
"48": "assets\/favicon-48.png",
"128": "assets\/favicon-128.png"
},
"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
},
"author": "Avengers",
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"homepage_url": "https:\/\/sal.vn\/",
"minimum_chrome_version": "49",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"storage",
"clipboardWrite",
"https:\/\/sal.vn\/**\/*",
"contextMenus",
"activeTab",
"cookies"
],
"short_name": "SAL",
"web_accessible_resources": [
"css\/toastr.css"
]
} | |