Examine source code of Akakçe Arama Motoru

Inspect and view changes in Akakçe Arama Motoru source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Akakçe Arama Motoru",
  "version": "0.1",
  "description": "Adds Akakce Search Engine for users to be able to search easily from browser address bar, without the need of connecting to the website first.",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Akakçe",
      "search_url": "https://www.akakce.com/arama/?q={searchTerms}",
      "keyword": "ak",
      "favicon_url": "https://www.akakce.com/favicon.ico",
      "is_default": false,
      "encoding": "UTF-8"
    }
  }
}