Takvim / Saat / Hava Durumu

Takvim / Saat / Hava Durumu

Anlık olarak takvim saat ve hava durumunu gösterir

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "name": "Takvim / Saat / Hava Durumu",
  "description": "Anlık olarak takvim saat ve hava durumunu gösterir",
  "version": "1.0",
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}