Bookmarkletifier

Allows editing bookmarklets

Co je Bookmarkletifier?

Bookmarkletifier je rozšíření Chrome vyvinuté Mihai Alexandru Bîrsan, a jeho hlavní funkcí je „Allows editing bookmarklets“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bookmarkletifier

Stáhněte si soubory rozšíření Bookmarkletifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bookmarkletifier Bookmarkletifier
ID niljkabdebfjgebpddbejeoahhdfmphk
Oficiální URL https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk
Popis Allows editing bookmarklets
Velikost souboru 712 KB
Počet instalací 232
Aktuální Verze 0.1
Poslední Aktualizace 2012-10-09
Datum Vydání 2012-10-08
Hodnocení 3.88/5 Celkem 8 Hodnocení
Vývojář Mihai Alexandru Bîrsan
Typ Platby free
Podporované Jazyky 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"
    ]
}