CodingNinjas screenshooter

CodingNinjas screen shot utility

CodingNinjas screenshooterคืออะไร?

CodingNinjas screenshooter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://codingninjas.co และคุณลักษณะหลักของมันคือ "CodingNinjas screen shot utility"

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

screenshot

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

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

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

                        CodingNinjas is web maintenance tool for website owners. 

This extension enables CodingNinjas customers to instantly launch new development tasks directly from the browser.

Press "Take a screenshot" button, describe the changes you need us to make and we will complete the job as soon as it is possible.  24 hours, 7 days a week.                    

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

ชื่อ CodingNinjas screenshooter CodingNinjas screenshooter
ID nficbbbeciljoginddkjfkbjndbnlodp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp
คำอธิบาย CodingNinjas screen shot utility
ขนาดไฟล์ 732 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-11-04
วันที่เผยแพร่ 2015-11-04
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://codingninjas.co
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodingNinjas screenshooter",
    "short_name": "CodingNinjas",
    "version": "1.4",
    "description": "CodingNinjas screen shot utility",
    "options_page": "fsOptions.html",
    "background": {
        "scripts": [
            "scripts\/fsUtils.js",
            "scripts\/fsCommands.js",
            "scripts\/fsBackground.js",
            "scripts\/fsSSS.js",
            "scripts\/fsNativeAPISupport.js",
            "scripts\/3p\/base64.js",
            "scripts\/3p\/jquery-2.1.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/fsUtils.js",
                "scripts\/fsSelection.js",
                "scripts\/fsContent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "nativeMessaging"
    ],
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Capture",
        "default_popup": "fsPopup.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "128": "img\/icon_128.png"
    }
}