Custom Shortcut Button
Allows you to set a custom shortcut button next to your address bar.
Custom Shortcut Buttonとは何ですか?
Custom Shortcut Buttonはxylophonoによって開発されたChromeの拡張機能で、その主な機能は「Allows you to set a custom shortcut button next to your address bar.」です。
拡張機能のスクリーンショット
Custom Shortcut Button拡張機能のCRXファイルをダウンロード
Custom Shortcut Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options".
Changelog:
V1.0 - Jan 31st 2017
- Initial release.
For any issues please contact [email protected] :) 拡張機能の基本情報
| 名前 | |
| ID | kcmejemnmnheajipjgilcefofjchdafg |
| 公式URL | https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg |
| 説明 | Allows you to set a custom shortcut button next to your address bar. |
| ファイルサイズ | 48.96 KB |
| インストール数 | 713 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-01-31 |
| 公開日 | 2017-01-31 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | xylophono |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom Shortcut Button",
"short_name": "Custom Shortcut",
"description": "Allows you to set a custom shortcut button next to your address bar.",
"version": "1.0",
"version_name": "1.0",
"minimum_chrome_version": "38",
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png",
"512": "assets\/icon.png"
},
"browser_action": {
"default_icon": "assets\/icon.png",
"default_title": ""
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"storage"
],
"options_ui": {
"page": "index.html"
}
} | |