r10 Bildirimler
R10 Bildirimleri
r10 Bildirimlerとは何ですか?
r10 Bildirimlerはhttps://bildirim.cfによって開発されたChromeの拡張機能で、その主な機能は「R10 Bildirimleri」です。
拡張機能のスクリーンショット
r10 Bildirimler拡張機能のCRXファイルをダウンロード
r10 Bildirimler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"r10 Bildirim" eklentisi ile yeni özel mesaj geldiğinde ya da abone olduğunuz konulara yeni mesaj geldiğinde popup pencere ile bilgilendirileceksiniz.
v 2.0 Yenilikler
- r10 Blog'undaki yeni konu bildirimleri 拡張機能の基本情報
| 名前 | |
| ID | caiiafdmoholoajgpfkeppbkkeplncga |
| 公式URL | https://chromewebstore.google.com/detail/r10-bildirimler/caiiafdmoholoajgpfkeppbkkeplncga |
| 説明 | R10 Bildirimleri |
| ファイルサイズ | 447 KB |
| インストール数 | 146 |
| 現在のバージョン | 2.7 |
| 最終更新日 | 2014-10-10 |
| 公開日 | 2014-10-10 |
| 評価 | 4.62/5 合計 39 レビュー |
| 開発者 | https://bildirim.cf |
| 支払い方法 | free |
| 対応言語 | tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "r10 Bildirimler",
"version": "2.7",
"manifest_version": 2,
"description": "R10 Bildirimleri",
"background": {
"page": "background.html"
},
"browser_action": {
"default_title": "r10 Bildirimler",
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"options_page": "options.html",
"web_accessible_resources": [
"notif.png",
"sounds\/bell.mp3"
],
"permissions": [
"tabs",
"*:\/\/*.r10.net\/*",
"*:\/\/*.r10.com\/*",
"notifications"
]
} | |