Всегдабр

Всегдабр

Позволяет быстро перейти на СоХабр/ITnan/SavePearlHarbor, если открываемый пост на Хабрахабре, Гиктаймсе или Мегамозге недоступен.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Всегдабр",
  "description": "Позволяет быстро перейти на СоХабр/ITnan/SavePearlHarbor, если открываемый пост на Хабрахабре, Гиктаймсе или Мегамозге недоступен.",
  "version": "0.2",
  "icons": {
    "16": "icons/sohabr-16.png",
    "32": "icons/sohabr-32.png",
    "48": "icons/sohabr-48.png",
    "64": "icons/sohabr-64.png",
    "128": "icons/sohabr-128.png"
  },
  "options_page": "settings.html",
  "permissions": [
    "storage",
    "https://sohabr.net/vsegdabr/check/post/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://habrahabr.ru/post/*",
        "http://habrahabr.ru/company/*/post/*",
        "https://habrahabr.ru/post/*",
        "https://habrahabr.ru/company/*/post/*",
        "http://geektimes.ru/post/*",
        "http://geektimes.ru/company/*/post/*",
        "https://geektimes.ru/post/*",
        "https://geektimes.ru/company/*/post/*",
        "http://geektimes.com/post/*",
        "http://geektimes.com/company/*/post/*",
        "https://geektimes.com/post/*",
        "https://geektimes.com/company/*/post/*",
        "http://megamozg.ru/post/*",
        "http://megamozg.ru/company/*/post/*",
        "https://megamozg.ru/post/*",
        "https://megamozg.ru/company/*/post/*"
      ],
      "js": [
        "js/frameworks/jquery.min.js",
        "js/utils/settings.js",
        "js/runtime/check.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "check.html",
    "settings.html"
  ]
}