xdconsole

xdmachine console interface

xdconsoleคืออะไร?

xdconsole เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.xdconsole.com และคุณลักษณะหลักของมันคือ "xdmachine console interface"

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

screenshot

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

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

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

                        UPDATE 1/23/2015: The extension is currently broken and development on the node.js module will be completed before the extension is updated so that testing can be automated.

The xdconsole is a user interface for the distributed xdmachine.

The default module included with xdconsole is a crawler powered by Datafiniti. This module will soon generate revenue that can be applied towards services across the network or donated to registered organizations.

Update 7/5: (v0.0.0.8)
  testing piwik backend for analytics to replace Google Analytics
  submit app stats to stats.xd7.org
  Google Analytics still live in parallel
  Enable a large number of stats for testing

Update 6/4: (v0.0.0.7)
  cleanup stats parser
  add moduleVersion to dashboard
  report expiredPackets as rejectedPackets
  breakout retrySendResults from droppedPackets
  add starting status
  add stopping status

Update 6/3: (v0.0.0.6)
 Override running status on load/reload
 Animate updates to dashboard

Update 6/2: (v0.0.0.5)
 integrate option settings as defaults in module
 collect crawler stats locally
 prettify the UI

Update 5/19: (v0.0.0.4)
 renamed internals from plugin to module
 added options page
 linked options page from browserAction popup
 added analytics to start/stop button

Update 5/17: (v0.0.0.3)
 remove duplicate resources
 add placeholders for display
 fix analytics and add background page analytic

TODO:
 persist moduleStatus in browserAction popup
 submit crawler stats for analytics and credit                    

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

ชื่อ xdconsole xdconsole
ID mppmalejbbmemmkjlmmleelphoeomnif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xdconsole/mppmalejbbmemmkjlmmleelphoeomnif
คำอธิบาย xdmachine console interface
ขนาดไฟล์ 57.16 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 0.0.0.8
อัปเดตครั้งล่าสุด 2015-01-27
วันที่เผยแพร่ 2015-01-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.xdconsole.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://xdconsole.com
URL หน้าช่วยเหลือ http://support.xdconsole.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xdconsole",
    "short_name": "xdconsole",
    "description": "xdmachine console interface",
    "version": "0.0.0.8",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/console.js",
            "js\/crawler_loader.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/xd7icon_16.png",
        "48": "images\/xd7icon_48.png",
        "128": "images\/xd7icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/xd7icon_19.png",
            "38": "images\/xd7icon_38.png"
        },
        "default_title": "xdconsole",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com https:\/\/stats.xd7.org; object-src 'self'"
}