Turkish Search Engine

Turkish

Turkish Search Engineとは何ですか?

Turkish Search Engineはhttps://search.turkish.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Turkish」です。

拡張機能のスクリーンショット

screenshot

Turkish Search Engine拡張機能のCRXファイルをダウンロード

Turkish Search Engine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        #1 Turkish business directory app
Want to have the same experience as being in Istanbul, Dalaman, Antalya or Marmaris, even though you are far away in cities like London, Manchester or Liverpool? Well, you can easily have all best Turkish businesses in the UK right in your pocket with Find Your Delight – turkish.co.uk. Designed to deliver Turkish food & service providers at any time, you can easily search and find the best Turkish business near you in seconds!

FIND BUSINESSES IN AN EASY WAY
Load the app, select a location and tell us what are you looking for. In seconds Find Your Delight will suggest results with listings that match your search query. Explore the best pages and find anything from Turkish Kebabs, to Turkish Berbers. 

GREAT DETAILS FOR EACH PAGE
Select a business and explore the details to find more about it. Check photos, description and find the address. View ratings, favorite places, and Selection is transparent and the upfront data provided is sure to help you make the best choice..

NEATLY ORGANIZED IN CATEGORIES
As a large Turkish business directory, findyourdelight app organizes all listings and businesses in neat categories. Explore categories like restaurants, take away, convenient stores, barbers, events, language schools and more!

WHY FIND YOUR DELIGHT
- largest Turkish business directory in UK
- find Turkish business and services by keyword
- exlore listings or categories
- view photos, descriptions and ratings for each listing
- favorite and save listings

If you want to enjoy Turkish delights, Find Your Delight will quickly become your most used app!
Even though if you are not home, you can be and feel home with the ultimate Turkish directory app.
Don’t miss the opportunity to enjoy the very best from Turkey in the UK - download the official Find Your Delight – Turkish.co.uk app now!


keywords to which your new revised title, short & long description is optimized to:
findyourdelight
turkish restaurants
turkish barbers
turkish kebab
doner
turkish.co.uk
dalaman
marmaris
antalya
turkish business directory                    

拡張機能の基本情報

名前 Turkish Search Engine Turkish Search Engine
ID mfmcncnngmbfeeemijlmidjkgiokofkp
公式URL https://chrome.google.com/webstore/detail/turkish-search-engine/mfmcncnngmbfeeemijlmidjkgiokofkp
説明 Turkish
ファイルサイズ 62.85 KB
インストール数 17
現在のバージョン 1.9.1.1
最終更新日 2020-03-12
公開日 2020-03-12
評価 3.67/5 合計 3 レビュー
開発者 https://search.turkish.co.uk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://search.turkish.co.uk
ヘルプページのURL https://search.turkish.co.uk/info/privacy
プライバシーポリシーページのURL https://turkish.co.uk/privacy-policy.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turkish Search Engine",
    "description": "Turkish",
    "version": "1.9.1.1",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/search.turkish.co.uk\/*"
    ],
    "web_accessible_resources": [
        "opensearch.xml"
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/search.turkish.co.uk\/",
        "search_provider": {
            "name": "Turkish",
            "keyword": "q",
            "favicon_url": "https:\/\/search.turkish.co.uk\/uploads\/brand\/favicon.png",
            "search_url": "https:\/\/search.turkish.co.uk\/web?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "https:\/\/search.turkish.co.uk\/"
        ]
    }
}