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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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/ |
URL หน้าช่วยเหลือ | 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" ] } |