Board

Visual Research Made Easy

Boardคืออะไร?

Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://creonomy.com และคุณลักษณะหลักของมันคือ "Visual Research Made Easy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Board

ดาวน์โหลดไฟล์ส่วนขยาย Board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Collect, organise and save your design inspiration in private boards. Capture single images, crops, visible tabs or entire web-pages from your browser.

Board is the professional way for teams and individuals to collect images from the web in a private and collaborative space bringing the best of a visual UI like Pinterest, with collaborative and private functionalities like Dropbox. You can signup from here 

http://board.creonomy.com

The Official Board extension for Google Chrome adds a button to your browser to let designers and creative professionals collect, organise and save visual references and design inspiration from any websites. 

Through the Chrome extension you can also add multiple tags and a quick description to every image you save. 


*Contact*

We are happy to hear your feedback: [email protected] 


*Follow us*

https://twitter.com/creonomyboard
http://www.facebook.com/creonomyboard                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Board Board
ID dbdnkmilpihkcpblomjflfgjnonckhil
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/board/dbdnkmilpihkcpblomjflfgjnonckhil
คำอธิบาย Visual Research Made Easy
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 453
เวอร์ชันปัจจุบัน 0.322
อัปเดตครั้งล่าสุด 2013-12-18
วันที่เผยแพร่ 2013-12-18
คะแนน 4.64/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา http://creonomy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://board.creonomy.com
URL หน้านโยบายความเป็นส่วนตัว https://www.boardflow.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Board"
    },
    "commands": {
        "visible": {
            "description": "Visible",
            "suggested_key": {
                "default": "Alt+3"
            }
        },
        "full": {
            "description": "Full Page",
            "suggested_key": {
                "default": "Alt+4"
            }
        },
        "image": {
            "description": "Image",
            "suggested_key": {
                "default": "Alt+1"
            }
        },
        "crop": {
            "description": "Crop",
            "suggested_key": {
                "default": "Alt+2"
            }
        }
    },
    "default_locale": "en",
    "options_page": "options\/options.html",
    "version": "0.322",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/bg.jpg",
        "img\/close.png",
        "img\/combo.png",
        "img\/logo.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Visual Research Made Easy",
    "name": "Board",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        ""
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.js"
            ],
            "css": [
                "content\/style.css"
            ]
        }
    ],
    "manifest_version": 2
}