Clappe
Clap like the whole crowd. Make your claps be heard on Medium.
ما هو Clappe؟
Clappe هو إضافة Chrome تم تطويرها بواسطة jukben، والميزة الرئيسية لها هي "Clap like the whole crowd. Make your claps be heard on Medium.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clappe
قم بتنزيل ملفات الامتداد Clappe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tiny extension to make your claps be heard on Medium. Also providing super clap functionality if you want to be really supportive as a crowd.
معلومات أساسية عن التمديد
الاسم | |
ID | gfmcijindndhaflgmmkkcihndcclaled |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled |
الوصف | Clap like the whole crowd. Make your claps be heard on Medium. |
حجم الملف | 296 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2018-12-13 |
تاريخ النشر | 2018-12-13 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | jukben |
نوع الدفع | free |
موقع الإضافة | https://github.com/jukben/clappe |
عنوان صفحة المساعدة | https://github.com/jukben/clappe/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.1.0", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "web_accessible_resources": [ "sounds\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage" ], "page_action": { "default_title": "__MSG_browserActionTitle__" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |