Iranian Lifetime Calculator
Price to Lifetime calculator for famous Iranian online markets.
Iranian Lifetime Calculatorとは何ですか?
Iranian Lifetime CalculatorはMahmoud Eskandariによって開発されたChromeの拡張機能で、その主な機能は「Price to Lifetime calculator for famous Iranian online markets.」です。
拡張機能のスクリーンショット
Iranian Lifetime Calculator拡張機能のCRXファイルをダウンロード
Iranian Lifetime Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Iranian Lifetime Calculator تبدیل مبلغ کالا به ساعت بر حسب میزان حقوق تعیین شده از طرف کاربران در فروشگاه های مطرح در بازار اینترنتی ایران Calculate your lifetime to buy a product. Supported websites: www.digikala.com www.bamilo.com www.reyhoon.com emalls.ir torob.com snappfood.ir Digistyle.com Modiseh.com divar.ir shixon.com banimode.com ... Source Code: https://github.com/mahmoud-eskandari/iptt (انجمن غیر رسمی ضد مصرف گرایی :))
拡張機能の基本情報
名前 | Iranian Lifetime Calculator |
ID | phoehnanhimojcbebjldknajipijlmhd |
公式URL | https://chromewebstore.google.com/detail/iranian-lifetime-calculat/phoehnanhimojcbebjldknajipijlmhd |
説明 | Price to Lifetime calculator for famous Iranian online markets. |
ファイルサイズ | 266 KB |
インストール数 | 334 |
現在のバージョン | 2.0.3 |
最終更新日 | 2019-04-16 |
公開日 | 2019-04-16 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Mahmoud Eskandari |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/mahmoud-eskandari/iptt |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Iranian Lifetime Calculator", "version": "2.0.3", "description": "Price to Lifetime calculator for famous Iranian online markets.", "short_name": "Lifetime Calculator", "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": ".\/assets\/img\/time.png", "default_popup": "popup.html" }, "icons": { "16": ".\/assets\/img\/icons\/time_16.png", "24": ".\/assets\/img\/icons\/time_24.png", "32": ".\/assets\/img\/icons\/time_32.png", "64": ".\/assets\/img\/icons\/time_64.png", "128": ".\/assets\/img\/icons\/time_128.png", "256": ".\/assets\/img\/icons\/time_256.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.digikala.com\/*", "https:\/\/www.bamilo.com\/*", "https:\/\/www.reyhoon.com\/*", "https:\/\/emalls.ir\/*", "https:\/\/torob.com\/*", "https:\/\/www.modiseh.com\/*", "https:\/\/www.digistyle.com\/*", "https:\/\/www.banimode.com\/*", "https:\/\/www.shixon.com\/*", "https:\/\/bama.ir\/*", "https:\/\/divar.ir\/*", "https:\/\/snappfood.ir\/*" ], "js": [ ".\/assets\/script\/bundle.js", ".\/assets\/script\/append_view.js" ], "css": [ ".\/assets\/style\/tooltip.css" ] } ] } |