Tarihte Bugün
Tarihte bugün hangi olayların olduğunu, kimler doğduğunu, kimler öldüğünü öğrenebileceğiniz bir eklentidir.
What is Tarihte Bugün?
Tarihte Bugün is a Chrome extension developed by https://www.nullovy.com, and its main feature is "Tarihte bugün hangi olayların olduğunu, kimler doğduğunu, kimler öldüğünü öğrenebileceğiniz bir eklentidir.".
Extension Screenshots
Download Tarihte Bugün Extension CRX File
Download Tarihte Bugün extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tarihte bugün yaşanan olayları, doğan kişileri, ölen kişileri öğrenebileceğiniz bir eklentidir.
Extension Basic Information
Name | Tarihte Bugün |
ID | pclcnaiolchbpcdmlkpnlpbfmcphgemo |
Official URL | https://chromewebstore.google.com/detail/tarihte-bug%C3%BCn/pclcnaiolchbpcdmlkpnlpbfmcphgemo |
Description | Tarihte bugün hangi olayların olduğunu, kimler doğduğunu, kimler öldüğünü öğrenebileceğiniz bir eklentidir. |
File Size | 10.64 KB |
Installation Count | 23 |
Current Version | 0.0.0.1 |
Last Updated | 2016-06-27 |
Publish Date | 2016-06-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.nullovy.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |