Hürriyet Yazarlar Eklentisi
Hurriyet.com.tr'ye ait ilk 10 yazarı listeleyen eklenti
What is Hürriyet Yazarlar Eklentisi?
Hürriyet Yazarlar Eklentisi is a Chrome extension developed by Murat Doğan, and its main feature is "Hurriyet.com.tr'ye ait ilk 10 yazarı listeleyen eklenti".
Extension Screenshots
Download Hürriyet Yazarlar Eklentisi Extension CRX File
Download Hürriyet Yazarlar Eklentisi 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
Hürriyet Gazetesinin Yazarlarından ilk 10 tanesini Hurriyet.com.tr Public API'sini kullanarak listeleyen eklentidir.
Extension Basic Information
Name | |
ID | cmifkkbjnnbdkojmcaedhfkeancknlac |
Official URL | https://chrome.google.com/webstore/detail/h%C3%BCrriyet-yazarlar-eklenti/cmifkkbjnnbdkojmcaedhfkeancknlac |
Description | Hurriyet.com.tr'ye ait ilk 10 yazarı listeleyen eklenti |
File Size | 81.3 KB |
Installation Count | 12 |
Current Version | 1.3 |
Last Updated | 2016-10-14 |
Publish Date | 2016-10-14 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Murat Doğan |
[email protected] | |
Payment Type | free |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "H\u00fcrriyet Yazarlar Eklentisi", "description": "Hurriyet.com.tr'ye ait ilk 10 yazar\u0131 listeleyen eklenti", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "H\u00fcrriyet Yazarlar" }, "icons": { "128": "128.png" }, "background": [ "assets\/js\/app.js" ], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |