Bookmarklet IDE
An IDE used for creating / managing bookmarklets
Bookmarklet IDEคืออะไร?
Bookmarklet IDE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ddavison.io และคุณลักษณะหลักของมันคือ "An IDE used for creating / managing bookmarklets"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarklet IDE
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarklet IDE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Create and manage your bookmarklets with ease.  Find a bookmarklet online?  Add it to the IDE easily by right clicking the snippet and adding it to the IDE.  The IDE uses a bookmarklet folder in your Chrome bookmarks, so you still have full control.  The bookmarklet IDE is also themeable.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | peebnjhlifoemfpcffdlbcdppmikglek | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarklet-ide/peebnjhlifoemfpcffdlbcdppmikglek | 
| คำอธิบาย | An IDE used for creating / managing bookmarklets | 
| ขนาดไฟล์ | 852 KB | 
| จำนวนการติดตั้ง | 384 | 
| เวอร์ชันปัจจุบัน | 1.4.1 | 
| อัปเดตครั้งล่าสุด | 2022-04-06 | 
| วันที่เผยแพร่ | 2019-03-08 | 
| คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน | 
| ผู้พัฒนา | https://ddavison.io | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/ddavison/chrome-bookmarklet-ide | 
| URL หน้าช่วยเหลือ | https://github.com/ddavison/chrome-bookmarklet-ide/issues | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarklet IDE",
    "short_name": "IDE for Bookmarklets",
    "description": "An IDE used for creating \/ managing bookmarklets",
    "author": "ddavison",
    "homepage_url": "https:\/\/github.com\/ddavison\/chrome-bookmarklet-ide",
    "version": "1.4.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Bookmarklet IDE",
        "default_popup": "popup.html",
        "default_icon": {
            "512": "assets\/images\/ide-logo-512.png",
            "128": "assets\/images\/ide-logo-128.png",
            "48": "assets\/images\/ide-logo-32.png",
            "24": "assets\/images\/ide-logo-24.png",
            "16": "assets\/images\/ide-logo-16.png"
        }
    },
    "background": {
        "scripts": [
            "assets\/js\/constant.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "512": "assets\/images\/ide-logo-512.png",
        "128": "assets\/images\/ide-logo-128.png",
        "48": "assets\/images\/ide-logo-32.png",
        "24": "assets\/images\/ide-logo-24.png",
        "16": "assets\/images\/ide-logo-16.png"
    }
}  |  |