扔掉避孕套,计算避孕安全期的月经日历

扔掉避孕套,计算避孕安全期的月经日历

扔掉避孕套,计算避孕安全期的月经日历。根据月经开始日计算避孕安全日和易怀孕日。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "扔掉避孕套,计算避孕安全期的月经日历",
  "description": "扔掉避孕套,计算避孕安全期的月经日历。根据月经开始日计算避孕安全日和易怀孕日。",
  "version": "2.0",
  "manifest_version": 2,
  "homepage_url": "http://uuware.com/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "icon-small.png",
    "48": "icon_48.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon-small.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ]
}