Bookmarkletifier

Allows editing bookmarklets

Bookmarkletifierคืออะไร?

Bookmarkletifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mihai Alexandru Bîrsan และคุณลักษณะหลักของมันคือ "Allows editing bookmarklets"

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

screenshot

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

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

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

                        Facilitates editing bookmarklets in Chrome. This extension scans your bookmarks and displays only the bookmarklets. Featuring the ACE code editor written in JavaScript.

From Wikipedia: A bookmarklet is a script written in JavaScript and stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. The term is a portmanteau of the terms bookmark and applet.                    

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

ชื่อ Bookmarkletifier Bookmarkletifier
ID niljkabdebfjgebpddbejeoahhdfmphk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk
คำอธิบาย Allows editing bookmarklets
ขนาดไฟล์ 712 KB
จำนวนการติดตั้ง 232
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2012-10-09
วันที่เผยแพร่ 2012-10-08
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Mihai Alexandru Bîrsan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarkletifier",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Allows editing bookmarklets",
    "icons": {
        "16": "bookmarkletifier-icon-16.png",
        "48": "bookmarkletifier-icon-48.png",
        "128": "bookmarkletifier-icon-128.png"
    },
    "browser_action": {
        "default_icon": "bookmarkletifier-icon-48.png",
        "default_title": "Bookmarkletifier"
    },
    "options_page": "bookmarkletifier.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks"
    ]
}