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
电子邮箱 [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"
    ]
}