WEBTAG

View and draw art on the web

WEBTAG란 무엇입니까?

WEBTAG은(는) webtagteam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and draw art on the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WEBTAG 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}