Tags Generator

This extension provides quick access to your Tags Generator presets.

什么是Tags Generator?

Tags Generator是由https://tagsgenerator.com开发的Chrome扩展程序,该扩展的主要功能是“This extension provides quick access to your Tags Generator presets.”。

扩展截图

screenshot
screenshot
screenshot

下载Tags Generator扩展crx文件

下载Tags Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is the AGsoundtrax Tags Generator Extension.

Here you can access to your Tags Generator costume presets easy and fast.                    

扩展基本信息

名称 Tags Generator Tags Generator
ID jjnknmlibfooipdjmggpfpeoafbjhmoo
官方URL https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo
简介 This extension provides quick access to your Tags Generator presets.
文件大小 218 KB
安装次数 868
当前版本 1.2
更新时间 2017-12-14
上架时间 2017-12-14
评分 2.25/5 共4次评分
开发者 https://tagsgenerator.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.tagsgenerator.com
帮助页面URL http://www.tagsgenerator.com
隐私政策页面URL https://www.agsoundtrax.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tags Generator",
    "description": "This extension provides quick access to your Tags Generator presets.",
    "version": "1.2",
    "externally_connectable": {
        "matches": [
            "*:\/\/tagsgenerator.com\/*",
            "*:\/\/glaring-torch-783.firebaseapp.com\/*"
        ]
    },
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Tags Generator",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/firebase.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tagsgenerator.com\/*",
                "*:\/\/glaring-torch-783.firebaseapp.com\/*"
            ],
            "js": [
                "auth.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "homepage_url": "http:\/\/tagsgenerator.com",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}