Possedex
Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !
ما هو Possedex؟
Possedex هو إضافة Chrome تم تطويرها بواسطة http://possedex.info، والميزة الرئيسية لها هي "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Possedex
قم بتنزيل ملفات الامتداد Possedex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | gemmpegibhkgoccbgcjalhagnikphman |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/possedex/gemmpegibhkgoccbgcjalhagnikphman |
الوصف | Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire ! |
حجم الملف | 931 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2018-01-11 |
تاريخ النشر | 2018-01-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://possedex.info |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://possedex.info/ |
عنوان صفحة المساعدة | http://possedex.info/faq.html |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Possedex", "version": "0.0.3", "description": "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derri\u00e8re le m\u00e9dia que vous \u00eates en train de lire !", "background": { "scripts": [ "background.js", "content.js", "install.js" ], "persistent": false }, "homepage_url": "http:\/\/possedex.info\/", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png" }, "browser_action": { "default_icon": "icon-64.png", "default_title": "Possedex", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "declarativeContent", "tabs", "storage", "notifications", "activeTab", "http:\/\/possedex.info\/database.json" ] } |