Tagmmer, store any file & any weblink.

Tagmmer.com Chrome Extension

Tagmmer, store any file & any weblink.란 무엇입니까?

Tagmmer, store any file & any weblink.은(는) https://tagmmer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tagmmer.com Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tagmmer, store any file & any weblink. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tagmmer is the solution that allows you to centralize, share and even to promote any weblink and any file in one visual single place, whether they be: articles, videos, eBooks, PDF, PowerPoint, Word, Excel, music, pictures.

Tagmmer is a destination for your educational, intellectual, cultural or professional content, but also for all your passions or interests.

Think of Tagmmer as a visual personal library in the cloud for everything your read, watch, listen, learn or even teach!

More than a place to organize any content, Tagmmer is also the best place for networking with other people in order to share your knowledge, discover and learn new things.                    

확장 프로그램 기본 정보

이름 Tagmmer, store any file & any weblink. Tagmmer, store any file & any weblink.
ID mgddlmpcgnledineknbjbbgbolhcppem
공식 URL https://chromewebstore.google.com/detail/tagmmer-store-any-file-an/mgddlmpcgnledineknbjbbgbolhcppem
설명 Tagmmer.com Chrome Extension
파일 크기 51.01 KB
설치 횟수 102
현재 버전 1.1
최근 업데이트 2015-11-29
출시 날짜 2015-11-29
평점 4.50/5 총 2 개의 평점
개발자 https://tagmmer.com
결제 유형 free
확장 프로그램 웹 사이트 http://tagmmer.com
도움말 페이지 URL http://tagmmer.com
지원되는 언어 fr
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Tagmmer, store any file & any weblink.",
        "default_icon": "img\/tagmmer_48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/tagmmer.css"
            ],
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/tagmmer_128.png",
        "16": "img\/tagmmer_16.png",
        "32": "img\/tagmmer_32.png",
        "48": "img\/tagmmer_48.png"
    },
    "name": "Tagmmer, store any file & any weblink.",
    "version": "1.1",
    "description": "Tagmmer.com Chrome Extension",
    "manifest_version": 2,
    "minimum_chrome_version": "5.0",
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/tagmmer.com; object-src 'self' https:\/\/tagmmer.com"
}