Page Auto Refresher
Simple & Easy. Give your hands a rest!
什麼是Page Auto Refresher?
Page Auto Refresher是由yongwoonyo開發的Chrome擴展程式,該擴展的主要功能是“Simple & Easy. Give your hands a rest!”。
擴展截圖
下載Page Auto Refresher擴展crx文件
下載Page Auto Refresher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!
---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked. 擴展基本資訊
| 名稱 | |
| ID | lbnaaiagjdnialejpejfbiofmdceakjd |
| 官方網址 | https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd |
| 簡介 | Simple & Easy. Give your hands a rest! |
| 檔案大小 | 9.29 KB |
| 安裝次數 | 2,090 |
| 目前版本 | 1.2 |
| 更新時間 | 2015-06-30 |
| 上架時間 | 2015-06-30 |
| 評分 | 4.04/5 共 24 次評分 |
| 開發者 | yongwoonyo |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Page Auto Refresher",
"version": "1.2",
"description": "Simple & Easy. Give your hands a rest!",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"browser_action": {
"default_icon": "icon_d.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |