Short URL (Bre.is)
Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
Short URL (Bre.is)とは何ですか?
Short URL (Bre.is)はChromeAppsによって開発されたChromeの拡張機能で、その主な機能は「Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it」です。
拡張機能のスクリーンショット
Short URL (Bre.is)拡張機能のCRXファイルをダウンロード
Short URL (Bre.is)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you have the possibility to create a short link of your current open page. The link is human friendly and can be easily shared, than the original full link. 拡張機能の基本情報
| 名前 | |
| ID | gmcofljannieocjefhglfanemdmkafgg |
| 公式URL | https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg |
| 説明 | Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it |
| ファイルサイズ | 4 MB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.0.10 |
| 最終更新日 | 2020-11-13 |
| 公開日 | 2019-09-01 |
| 評価 | 4.20/5 合計 168 レビュー |
| 開発者 | ChromeApps |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://bre.is |
| 対応言語 | de,en,tr,pl,ru,uk |
| manifest.json | |
{
"author": "Brevis",
"background": {
"persistent": true,
"scripts": [
"bower_components\/jquery\/dist\/jquery.min.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html",
"default_title": "Short URL (Bre.is)"
},
"default_locale": "en",
"description": "__MSG_application_description__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/short-url-googl\/gmcofljannieocjefhglfanemdmkafgg",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGsLSR3IaRzbZekrjBIzsrU4pLtjKgeorfjBAZayjSmSIq4tzvqSiXQbTzrNnneG\/EJwpodJYkRazsQuKYrxwB0x8\/B7FaE+5B\/CTNHsZGsojV0fg3csmPgbvtZoB2hm5sSzR7l1v8bAPoLwTROkLV25S62dvmiNGo\/qyq1YeL+QIDAQAB",
"manifest_version": 2,
"name": "__MSG_application_title__",
"offline_enabled": false,
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"clipboardWrite",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.10"
} | |