Urly
This extension allows to quickly open links in a new tab
Urlyとは何ですか?
Urlyはplesiak.wojciechによって開発されたChromeの拡張機能で、その主な機能は「This extension allows to quickly open links in a new tab」です。
拡張機能のスクリーンショット
Urly拡張機能のCRXファイルをダウンロード
Urly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | dciojklibcmcjpfchhelbeaognffhibi |
| 公式URL | https://chrome.google.com/webstore/detail/urly/dciojklibcmcjpfchhelbeaognffhibi |
| 説明 | This extension allows to quickly open links in a new tab |
| ファイルサイズ | 46.13 KB |
| インストール数 | 39 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2016-02-07 |
| 公開日 | 2016-02-07 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | plesiak.wojciech |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://wojciechplesiak.github.io/urly-web-extension/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "[email protected]",
"name": "Urly",
"description": "__MSG_extension_description__",
"homepage_url": "https:\/\/github.com\/wojciechplesiak\/urly-web-extension",
"version": "1.3",
"icons": {
"128": "assets\/launcher_128.png",
"16": "assets\/launcher_16.png",
"48": "assets\/launcher_48.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "assets\/launcher_64.png",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z",
"chromeos": "Ctrl+Shift+Z",
"linux": "Ctrl+Shift+Z"
}
}
}
} | |