Son Depremler
Bu eklenti ile gerçekleşen son 75 depreme ait bilgilere erişim sağlayabilirsiniz.
What is Son Depremler?
Son Depremler is a Chrome extension developed by Hasan Adıgüzel, and its main feature is "Bu eklenti ile gerçekleşen son 75 depreme ait bilgilere erişim sağlayabilirsiniz.".
Extension Screenshots
Download Son Depremler Extension CRX File
Download Son Depremler 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
Bu eklenti ile gerçekleşen son 75 depreme ait bilgilere erişim sağlayabilirsiniz. Eklentideki tüm veriler Boğaziçi Üniversitesi Kandilli Rasathanesi ve Deprem Araştırma Enstitüsü Bölgesel Deprem-Tsunami İzleme ve Değerlendirme Merkezi Kaynağından elde edilmektedir. Bu eklenti son kullanıcının hizmetine ücretsiz sunulmak üzere Hasan Adıgüzel tarafından geliştirilmiştir.
Extension Basic Information
Name | Son Depremler |
ID | kllpifgfkfojdniehndgjhbleldbajdm |
Official URL | https://chromewebstore.google.com/detail/son-depremler/kllpifgfkfojdniehndgjhbleldbajdm |
Description | Bu eklenti ile gerçekleşen son 75 depreme ait bilgilere erişim sağlayabilirsiniz. |
File Size | 139 KB |
Installation Count | 55 |
Current Version | 0.0.1 |
Last Updated | 2021-02-22 |
Publish Date | 2021-02-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Hasan Adıgüzel |
[email protected] | |
Payment Type | free |
Help Page URL | http://hasanadiguzel.com.tr |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Son Depremler", "version": "0.0.1", "manifest_version": 2, "description": "Bu eklenti ile ger\u00e7ekle\u015fen son 75 depreme ait bilgilere eri\u015fim sa\u011flayabilirsiniz.", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_title": "Son Depremler", "default_popup": "index.html", "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "MacCtrl+Shift+H" }, "description": "Opens index.html" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |