INDEXER.EXPRESS

INDEXER.EXPRESS

INDEXER.EXPRESSとは何ですか?

INDEXER.EXPRESSはhttps://indexer.expressによって開発されたChromeの拡張機能で、その主な機能は「INDEXER.EXPRESS」です。

拡張機能のスクリーンショット

screenshot

INDEXER.EXPRESS拡張機能のCRXファイルをダウンロード

INDEXER.EXPRESS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension pour l'application indexer.express.
Envoyez vos urls visités directement sur votre compte avec un simple click.

Mise à jour version 2 : résolution du bug du clignotement.                    

拡張機能の基本情報

名前 INDEXER.EXPRESS INDEXER.EXPRESS
ID kahnhhjfpneamnpaomdladglecflegni
公式URL https://chromewebstore.google.com/detail/indexerexpress/kahnhhjfpneamnpaomdladglecflegni
説明 INDEXER.EXPRESS
ファイルサイズ 111 KB
インストール数 88
現在のバージョン 1.1
最終更新日 2021-06-16
公開日 2020-05-07
開発者 https://indexer.express
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://indexer.express/
ヘルプページのURL https://indexer.express/contact
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "INDEXER.EXPRESS",
    "description": "INDEXER.EXPRESS",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery.min.js",
            "bg.js"
        ]
    },
    "permissions": [
        "http:\/\/indexer.express\/api\/links?*",
        "tabs",
        "",
        "storage"
    ]
}