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
Eメール [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'"
}