ブログ・ダイレクト編集

ブログの記事からダイレクトに直接編集できるようにします。

What is ブログ・ダイレクト編集?

ブログ・ダイレクト編集 is a Chrome extension developed by ロンロン, and its main feature is "ブログの記事からダイレクトに直接編集できるようにします。".

Extension Screenshots

screenshot

Download ブログ・ダイレクト編集 Extension CRX File

Download ブログ・ダイレクト編集 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

                        あなたはブログの記事を編集するときどのようなやり方で編集していますか?


記事を編集する際、マイページの記事一覧へ飛び、一覧の中からスクロールしながら対象の記事を探して、やっと見つけて編集するというやり方ですよね。

もしも、自身のブログ記事を眺めているときに、記事から直接編集画面へ行ければそんな面倒な手間はいらないと思いませんか?

本拡張機能は、記事から直接編集できるようにする編集用「Edit」リンクを各記事に自動付加します。

これをクリックすることで編集画面へ飛べるようになります。

※スクリーンショットの赤枠に注目ください。


■ブログサイト対応状況
・Amebaブログ
・yaplog                    

Extension Basic Information

Name ブログ・ダイレクト編集 ブログ・ダイレクト編集
ID ilofcjphdcibbhafkaoncapdokmoeajd
Official URL https://chromewebstore.google.com/detail/%E3%83%96%E3%83%AD%E3%82%B0%E3%83%BB%E3%83%80%E3%82%A4%E3%83%AC%E3%82%AF%E3%83%88%E7%B7%A8%E9%9B%86/ilofcjphdcibbhafkaoncapdokmoeajd
Description ブログの記事からダイレクトに直接編集できるようにします。
File Size 7.77 KB
Installation Count 29
Current Version 1.0.2
Last Updated 2014-05-21
Publish Date 2014-05-21
Developer ロンロン
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30d6\u30ed\u30b0\u30fb\u30c0\u30a4\u30ec\u30af\u30c8\u7de8\u96c6",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "\u30d6\u30ed\u30b0\u306e\u8a18\u4e8b\u304b\u3089\u30c0\u30a4\u30ec\u30af\u30c8\u306b\u76f4\u63a5\u7de8\u96c6\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002",
    "icons": {
        "48": "icon48x48.png"
    },
    "browser_action": {
        "default_icon": "icon48x48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/yaplog.jp\/*",
                "http:\/\/ameblo.jp\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' data:"
}