flip a coin
Flip A Coin Extension!
ما هو flip a coin؟
flip a coin هو إضافة Chrome تم تطويرها بواسطة moknicorp، والميزة الرئيسية لها هي "Flip A Coin Extension!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة flip a coin
قم بتنزيل ملفات الامتداد flip a coin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Chrome Extension that helps you when you re indecisive i can t choose between two things ! Just flip a coin and let the luck decide for you ! All you have to do is click the flip button and the magic happens!!!
معلومات أساسية عن التمديد
الاسم | |
ID | nmcgcbfllfggimomeikgbobipdbhebmn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/flip-a-coin/nmcgcbfllfggimomeikgbobipdbhebmn |
الوصف | Flip A Coin Extension! |
حجم الملف | 25.32 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-03-07 |
تاريخ النشر | 2019-03-07 |
المطور | moknicorp |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "flip a coin", "version": "1.0", "description": "Flip A Coin Extension!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" } }, "icons": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" }, "manifest_version": 2 } |