Tarihte Bugün

Tarihte bugün hangi olayların olduğunu, kimler doğduğunu, kimler öldüğünü öğrenebileceğiniz bir eklentidir.

Tarihte Bugün란 무엇입니까?

Tarihte Bugün은(는) https://www.nullovy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tarihte bugün hangi olayların olduğunu, kimler doğduğunu, kimler öldüğünü öğrenebileceğiniz bir eklentidir."입니다.

확장 프로그램 스크린샷

screenshot

Tarihte Bugün 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tarihte bugün yaşanan olayları, doğan kişileri, ölen kişileri öğrenebileceğiniz bir eklentidir.                    

확장 프로그램 기본 정보

이름 Tarihte Bugün Tarihte Bugün
ID pclcnaiolchbpcdmlkpnlpbfmcphgemo
공식 URL https://chromewebstore.google.com/detail/tarihte-bug%C3%BCn/pclcnaiolchbpcdmlkpnlpbfmcphgemo
설명 Tarihte bugün hangi olayların olduğunu, kimler doğduğunu, kimler öldüğünü öğrenebileceğiniz bir eklentidir.
파일 크기 10.64 KB
설치 횟수 23
현재 버전 0.0.0.1
최근 업데이트 2016-06-27
출시 날짜 2016-06-27
평점 5.00/5 총 4 개의 평점
개발자 https://www.nullovy.com
이메일 [email protected]
결제 유형 free
지원되는 언어 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tarihte Bug\u00fcn",
    "description": "Tarihte bug\u00fcn hangi olaylar\u0131n oldu\u011funu, kimler do\u011fdu\u011funu, kimler \u00f6ld\u00fc\u011f\u00fcn\u00fc \u00f6\u011frenebilece\u011finiz bir eklentidir.",
    "version": "0.0.0.1",
    "author": "Nullovy",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Tarihte Bug\u00fcn",
        "content_scripts": [
            {
                "css": [
                    "css\/index.css"
                ],
                "js": [
                    "js\/today.js"
                ]
            }
        ]
    },
    "permissions": [
        "http:\/\/www.tarihtebugun.gen.tr\/*"
    ],
    "icons": {
        "128": "icon.png"
    }
}