Development Tools

Chrome Extension for Developers

Development Toolsคืออะไร?

Development Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandru Berce และคุณลักษณะหลักของมันคือ "Chrome Extension for Developers"

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

screenshot
screenshot
screenshot

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

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

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

                        Features:
- base64 encode/decode, url encode/decode
- Encrypt string with MD5 / SHA1 / password_hash
- Generate random strings, word count, word frequency and more
- Time operations                    

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

ชื่อ Development Tools Development Tools
ID ghncpdlcoobnpajagafbdjdfhhmjkchl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/development-tools/ghncpdlcoobnpajagafbdjdfhhmjkchl
คำอธิบาย Chrome Extension for Developers
ขนาดไฟล์ 423 KB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2018-11-08
วันที่เผยแพร่ 2018-11-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Alexandru Berce
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/extension.invobox.com",
    "icons": {
        "32": "src\/icons\/v1\/icon32.png",
        "48": "src\/icons\/v1\/icon48.png",
        "128": "src\/icons\/v1\/icon128.png"
    },
    "default_locale": "en",
    "offline_enabled": false,
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "src\/icons\/v1\/icon128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "idle",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "dev"
    }
}