My Reload Button
Add Reload button
My Reload Buttonとは何ですか?
My Reload Buttonはartによって開発されたChromeの拡張機能で、その主な機能は「Add Reload button」です。
拡張機能のスクリーンショット
My Reload Button拡張機能のCRXファイルをダウンロード
My Reload Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Go/Reload button
拡張機能の基本情報
名前 | My Reload Button |
ID | enljbahijigkmdlagadnkokcjgnkainm |
公式URL | https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm |
説明 | Add Reload button |
ファイルサイズ | 17.66 KB |
インストール数 | 32 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-11-14 |
公開日 | 2019-11-12 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | art |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Go" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "manifest_version": 2, "name": "My Reload Button", "description": "Add Reload button", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |