Bookmarkletifier

Allows editing bookmarklets

Wat is Bookmarkletifier?

Bookmarkletifier is een Chrome-extensie ontwikkeld door Mihai Alexandru Bîrsan, en de belangrijkste functie is "Allows editing bookmarklets".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmarkletifier

Download Bookmarkletifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmarkletifier Bookmarkletifier
ID niljkabdebfjgebpddbejeoahhdfmphk
Officiële URL https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk
Beschrijving Allows editing bookmarklets
Bestandsgrootte 712 KB
Aantal Installaties 232
Huidige Versie 0.1
Laatst Bijgewerkt 2012-10-09
Publicatiedatum 2012-10-08
Beoordeling 3.88/5 Totaal 8 Beoordelingen
Ontwikkelaar Mihai Alexandru Bîrsan
Betalingswijze free
Ondersteunde Talen 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"
    ]
}