Refresh 'Em All
Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
什麼是Refresh 'Em All?
Refresh 'Em All是由Ciantic開發的Chrome擴展程式,該擴展的主要功能是“Refresh all tabs in Current Window. Whopping seven lines of code — no crap.”。
擴展截圖
下載Refresh 'Em All擴展crx文件
下載Refresh 'Em All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Refresh or reload all tabs in current window. No new functionality will be ever introduced. Icon changes may come in future, if necessary.
擴展基本資訊
名稱 | Refresh 'Em All |
ID | iaoghbeamaalcgoembjppfekhelajipd |
官方網址 | https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd |
簡介 | Refresh all tabs in Current Window. Whopping seven lines of code — no crap. |
檔案大小 | 21.65 KB |
安裝次數 | 610 |
目前版本 | 0.9.2 |
更新時間 | 2014-11-02 |
上架時間 | 2014-11-02 |
評分 | 4.73/5 共 15 次評分 |
開發者 | Ciantic |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh 'Em All", "version": "0.9.2", "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "48": "app.png", "128": "app.png" }, "browser_action": { "default_icon": "action.png", "default_title": "Refresh all tabs in this window" } } |