Bookmarkletifier

Allows editing bookmarklets

What is Bookmarkletifier?

Bookmarkletifier is a Chrome extension developed by Mihai Alexandru Bîrsan, and its main feature is "Allows editing bookmarklets".

Extension Screenshots

screenshot

Download Bookmarkletifier Extension CRX File

Download Bookmarkletifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bookmarkletifier Bookmarkletifier
ID niljkabdebfjgebpddbejeoahhdfmphk
Official URL https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk
Description Allows editing bookmarklets
File Size 712 KB
Installation Count 232
Current Version 0.1
Last Updated 2012-10-09
Publish Date 2012-10-08
Rating 3.88/5 Total 8 Ratings
Developer Mihai Alexandru Bîrsan
Payment Type free
Supported Languages 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"
    ]
}