SearchDateLen Firefox

Examine source code of SearchDateLen

提供元: LaruYan KaPothoa
Inspect and view changes in SearchDateLen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SearchDateLen: 검색 기간 확장",
  "description": "구글, 네이버, 다음 PC 검색 페이지의 검색 기간을 더 세분화시켜줍니다. Get finer control over search date range.",
  "version": "0.4resigned1",
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4fd0cdf8-57a1-4252-ace2-84690d8b1046}",
      "strict_min_version": "53.0"
    }
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://search.naver.com/*",
        "https://search.naver.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "common.js",
        "utils.js",
        "storage.js",
        "inject_common.js",
        "naver.js"
      ]
    },
    {
      "matches": [
        "http://search.daum.net/*",
        "https://search.daum.net/*"
      ],
      "run_at": "document_idle",
      "js": [
        "common.js",
        "utils.js",
        "storage.js",
        "inject_common.js",
        "daum.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.google.*/search*",
        "*://google.*/search*"
      ],
      "run_at": "document_idle",
      "js": [
        "common.js",
        "utils.js",
        "storage.js",
        "inject_common.js",
        "google.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}

ベストのSearchDateLen代替案

SearchDateLenに類似したFirefox add-onをいくつか紹介します: