Tagmmer, store any file & any weblink.

Tagmmer.com Chrome Extension

ما هو Tagmmer, store any file & any weblink.؟

Tagmmer, store any file & any weblink. هو إضافة Chrome تم تطويرها بواسطة https://tagmmer.com، والميزة الرئيسية لها هي "Tagmmer.com Chrome Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tagmmer, store any file & any weblink.

قم بتنزيل ملفات الامتداد Tagmmer, store any file & any weblink. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}