Webrazzi
En son eklenen webrazzi haberleri.
Webrazzi란 무엇입니까?
Webrazzi은(는) http://www.webrazzi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "En son eklenen webrazzi haberleri."입니다.
확장 프로그램 스크린샷
Webrazzi 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | mpcnelalhmaacjemeklobegohmgoeica |
공식 URL | https://chrome.google.com/webstore/detail/webrazzi/mpcnelalhmaacjemeklobegohmgoeica |
설명 | En son eklenen webrazzi haberleri. |
파일 크기 | 261 KB |
설치 횟수 | 139 |
현재 버전 | 2.0 |
최근 업데이트 | 2014-08-06 |
출시 날짜 | 2014-08-06 |
평점 | 4.76/5 총 21 개의 평점 |
개발자 | http://www.webrazzi.com |
결제 유형 | free |
지원되는 언어 | 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';" } |