YoutubeTagMaker

Make youtube tags like embed, iframe etc..

What is YoutubeTagMaker?

YoutubeTagMaker is a Chrome extension developed by nisam, and its main feature is "Make youtube tags like embed, iframe etc..".

Download YoutubeTagMaker Extension CRX File

Download YoutubeTagMaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        유튜브 사이트에서 해당 영상에 대한 html태그를 자동으로 만들어주는 도구입니다.
자신이 원하는 입맛대로 설정하고 편리하게 유튜브 태그 영상을 만들어보세요.

Youtube Tag Maker Beta
이슈가 많습니다.
정식 버전은 1버전으로 출시됩니다.

이슈는 https://github.com/ni5am/youtube_tagmaker/issues 혹은
[email protected] 으로 수정사항을 보내주시면 수정하겠습니다.

- 공개된 이슈
옵션페이지와 윈도우 페이지 둘다 켜놓고 프리셋을 둘다 변경할 시 프리셋이 꼬임.

- 0.4 버전에서 iframe, embed 태그가 각각 지원하지 않는 기능들을 선택하지 못하도록 수정할 예정입니다.                    

Extension Basic Information

Name YoutubeTagMaker YoutubeTagMaker
ID bhldhccogkaikjpjejapgdnpcadkajap
Official URL https://chromewebstore.google.com/detail/youtubetagmaker/bhldhccogkaikjpjejapgdnpcadkajap
Description Make youtube tags like embed, iframe etc..
File Size 1.18 MB
Installation Count 38
Current Version 0.3
Last Updated 2016-07-12
Publish Date 2016-07-12
Developer nisam
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoutubeTagMaker",
    "description": "Make youtube tags like embed, iframe etc..",
    "version": "0.3",
    "browser_action": {
        "default_title": "youtube tagmaker",
        "default_icon": "icon\/icon_128.png",
        "default_popup": "windows.html"
    },
    "icons": {
        "128": "icon\/icon_128.png",
        "48": "icon\/icon_48.png",
        "16": "icon\/icon_16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}