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はhttp://possedex.infoによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |