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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | jjnknmlibfooipdjmggpfpeoafbjhmoo |
| 官方網址 | 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'"
} | |