Bookmarkletifier

Allows editing bookmarklets

Bookmarkletifierとは何ですか?

BookmarkletifierはMihai Alexandru Bîrsanによって開発されたChromeの拡張機能で、その主な機能は「Allows editing bookmarklets」です。

拡張機能のスクリーンショット

screenshot

Bookmarkletifier拡張機能のCRXファイルをダウンロード

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"
    ]
}