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.
扩展基本信息
名称 | Page Auto Refresher |
ID | lbnaaiagjdnialejpejfbiofmdceakjd |
官方URL | 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'" } |