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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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:\/\/*\/*"
    ]
}