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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |