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'" } |