WEBTAG

View and draw art on the web

WEBTAGคืออะไร?

WEBTAG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webtagteam และคุณลักษณะหลักของมันคือ "View and draw art on the web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WEBTAG

ดาวน์โหลดไฟล์ส่วนขยาย WEBTAG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Webtag s'inspire du street art en exposant le web comme un mur virtuel avec l'ambition de créer une plateforme pour les artistes et les amateurs, en proposant un nouvel espace d'expression artistique mondial.

Nous sommes actuellement en béta ouverte jusqu'au 29 septembre 2018.
N'hésitez pas à nous contacter si des idées de fonctionnalités vous viennent à l'esprit et surtout : 

Venez tagger le web !

Elise - Webtag CEO
[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WEBTAG WEBTAG
ID bamaaalicocehmmabeceobbkhkieplgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webtag/bamaaalicocehmmabeceobbkhkieplgn
คำอธิบาย View and draw art on the web
ขนาดไฟล์ 968 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2018-06-28
วันที่เผยแพร่ 2018-06-28
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา webtagteam
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.webtag.fr
ภาษาที่รองรับ fr
manifest.json
{
    "manifest_version": 2,
    "name": "WEBTAG",
    "version": "2.0.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "description": "View and draw art on the web",
    "homepage_url": "https:\/\/www.webtag.fr",
    "incognito": "not_allowed",
    "icons": {
        "16": "img\/logo_16x16.png",
        "48": "img\/logo_48x48.png",
        "128": "img\/logo_128x128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "web_accessible_resources": [
        "img\/croix.svg",
        "img\/ouvrir.svg",
        "img\/fermer.svg",
        "img\/importer.svg",
        "img\/galerie.svg",
        "img\/feutre.svg",
        "img\/spray.svg",
        "img\/pot.svg",
        "img\/couleur.svg",
        "img\/gomme.svg",
        "img\/poubelle.svg",
        "img\/sauvegarder.png",
        "img\/webtag_freestyle.svg",
        "img\/webtag_intouchable.svg",
        "img\/messagechoix.png",
        "img\/freestyle_bleu.svg",
        "img\/intouchable_bleu.svg",
        "img\/justeuninstant.png",
        "img\/pourpublier.png",
        "img\/logo.png",
        "css\/inject_css_for_range.css"
    ],
    "browser_action": {
        "default_icon": "img\/logo_16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/load_webtag.js",
                ".\/js\/publish.js",
                ".\/js\/tag_the_web.js"
            ],
            "css": [
                ".\/css\/inject_css_for_range.css"
            ]
        }
    ]
}