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 |
官方網址 | 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" } |