Webrazzi
En son eklenen webrazzi haberleri.
What is Webrazzi?
Webrazzi is a Chrome extension developed by http://www.webrazzi.com, and its main feature is "En son eklenen webrazzi haberleri.".
Extension Screenshots
Download Webrazzi Extension CRX File
Download Webrazzi 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
Türkiye'nin en popüler teknoloji ve yeni medya blogu Webrazzi'nin haberlerinden anında haberdar olmak için bu sade ve kullanışlı Chrome eklentisini kullanabilirsiniz. Bu sayede hiçbir son dakika haberini ya da yeni bir girişim haberini kaçırmazsınız. -- Get notified about new posts from leading Turkish tech blog Webrazzi with this simple and useful Chrome extension. Never miss a breaking news or a new tech startup story.
Extension Basic Information
Name | |
ID | mpcnelalhmaacjemeklobegohmgoeica |
Official URL | https://chrome.google.com/webstore/detail/webrazzi/mpcnelalhmaacjemeklobegohmgoeica |
Description | En son eklenen webrazzi haberleri. |
File Size | 261 KB |
Installation Count | 139 |
Current Version | 2.0 |
Last Updated | 2014-08-06 |
Publish Date | 2014-08-06 |
Rating | 4.76/5 Total 21 Ratings |
Developer | http://www.webrazzi.com |
Payment Type | free |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webrazzi", "description": "En son eklenen webrazzi haberleri.", "version": "2.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "16": "icons\/16x16_t.png", "19": "icons\/19x19_t.png", "38": "icons\/38x38_t.png", "48": "icons\/48x48_t.png", "128": "icons\/128x128_t.png" }, "default_title": "Webrazzi", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "homepage_url": "http:\/\/www.webrazzi.com\/", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "storage", "notifications", "management", "http:\/\/www.webrazzi.com\/*", "http:\/\/webrazzi.com\/*" ], "web_accessible_resources": [ "icons\/48x48.png" ], "content_security_policy": "script-src 'self'; object-src 'self';" } |