VisualizeUs

VisualizeUs helps you collect and connect to the best visual inspiration of the web.

ما هو VisualizeUs؟

VisualizeUs هو إضافة Chrome تم تطويرها بواسطة https://vi.sualize.us، والميزة الرئيسية لها هي "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VisualizeUs

قم بتنزيل ملفات الامتداد VisualizeUs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        We're a creative community with a mission: To rescue all inspiring and beautiful pictures (and videos) lost in the depths of the web. 

VisualizeUs helps you collect and connect to the best visual inspiration of the web. Because your eyes deserve their daily dose of beauty.                    

معلومات أساسية عن التمديد

الاسم VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
الوصف VisualizeUs helps you collect and connect to the best visual inspiration of the web.
حجم الملف 31.66 KB
عدد التثبيتات 1,559
النسخة الحالية 1.0.7
آخر تحديث 2012-10-10
تاريخ النشر 2012-10-10
تقييم 4.19/5 مجموع تقييمات 37
المطور https://vi.sualize.us
نوع الدفع free
موقع الإضافة http://vi.sualize.us/help/chrome/
عنوان صفحة المساعدة http://vi.sualize.us/contact/
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VisualizeUs",
    "description": "VisualizeUs helps you collect and connect to the best visual inspiration of the web.",
    "version": "1.0.7",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "tb.png",
        "default_title": "Post to VisualizeUs",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "visualizeus.css"
            ],
            "js": [
                "visualizeus.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}