Bookmarkletifier

Allows editing bookmarklets

Apa itu Bookmarkletifier?

Bookmarkletifier adalah ekstensi Chrome yang dikembangkan oleh Mihai Alexandru Bîrsan, dan fitur utamanya adalah "Allows editing bookmarklets".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmarkletifier

Unduh file ekstensi Bookmarkletifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bookmarkletifier Bookmarkletifier
ID niljkabdebfjgebpddbejeoahhdfmphk
URL Resmi https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk
Deskripsi Allows editing bookmarklets
Ukuran File 712 KB
Jumlah Instalasi 232
Versi Saat Ini 0.1
Terakhir Diperbarui 2012-10-09
Tanggal Publikasi 2012-10-08
Penilaian 3.88/5 Total 8 Penilaian
Pengembang Mihai Alexandru Bîrsan
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}