MMCF-Auto-Reload

MMCF auto-reloader

MMCF-Auto-Reload란 무엇입니까?

MMCF-Auto-Reload은(는) mmcf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MMCF auto-reloader"입니다.

확장 프로그램 스크린샷

screenshot

MMCF-Auto-Reload 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click on the *blue* "reload" button in the address bar to activate page reload (the icon will turn to *green* when auto-reloading is active.  Click on the *green* icon button and the "sticky" mode will be engaged.

Please NOTE that this extension has ads to support further development. You can disable it in the settings menu.

- 7.9.5 : fixed missing "keydown" event chaining

- added the function keys "F1...F12" to list of keys that won't stop auto-reloading (v.7.9.2) + restored per-url behavior instead of "per-tab"
- "ctrl", "alt", "shift" and "windows" keys won't stop auto-reloading (v7.9.1)
- stops auto-reloading on key press (v7.9)  (e.g. useful when entering a form i.e. prevents the page from auto-reloading when the user is busy filling out a form)
- scroll position restoration (v7.8)
- per-URL configuration using 'context-menus' ( i.e. right-click mouse button ) (since v7.0) (beta)
- Sticky mode (since 6.5) (green with red arrow icon)
   (when enabled, each time the URL is opened in a tab, 'auto-reload' will be perfomed)
- Per-tab control
- Fine grain configurable timeout (3secs to 1hour)
  - Using a "slider"
  - Can be manually edited
- "Randomize" option for timeout
  - Using a "slider"
  - Can be manually edited
- "Active Time Range": only performs reloading between a time interval
   - Begin "active" period
   - End "active" period                    

확장 프로그램 기본 정보

이름 MMCF-Auto-Reload MMCF-Auto-Reload
ID cmamafkbbgiklagnebclmefcgdielbbo
공식 URL https://chromewebstore.google.com/detail/mmcf-auto-reload/cmamafkbbgiklagnebclmefcgdielbbo
설명 MMCF auto-reloader
파일 크기 114 KB
설치 횟수 17
현재 버전 8.0.8
최근 업데이트 2013-10-01
출시 날짜 2013-10-01
평점 1.00/5 총 1 개의 평점
개발자 mmcf
결제 유형 free
확장 프로그램 웹 사이트 http://www.myanmarmuslimhacker.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "exclude_globs": [
                "*:\/\/*.zcool.com.cn\/*",
                "*:\/\/dexknows.whitepages.com\/*",
                "*:\/\/tech.sina.com.cn\/*"
            ],
            "js": [
                "support\/ext.js",
                "support\/support.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "MMCF auto-reloader",
    "icons": {
        "128": "reload24-off.png",
        "24": "reload24-off.png"
    },
    "manifest_version": 2,
    "name": "MMCF-Auto-Reload",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "reload19-off.png",
        "default_title": "MMCF-Auto-Reload",
        "id": "auto_reload"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "8.0.8"
}