ScribeFire

An easy-to-use blog editor lets you post to all of your blogs.

ScribeFireคืออะไร?

ScribeFire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scribefireinfo และคุณลักษณะหลักของมันคือ "An easy-to-use blog editor lets you post to all of your blogs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScribeFire

ดาวน์โหลดไฟล์ส่วนขยาย ScribeFire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        One of the most popular add-ons for Firefox is now available for Chrome! ScribeFire is a full-featured blog editor that integrates with your browser and lets you easily post to all of your blogs.

You can post to blogs from Wordpress, Blogger, TypePad, Windows Live Spaces, Xanga, LiveJournal, or any other blog that supports the MetaWeblog or MovableType APIs.

You can edit and update existing posts. You can schedule posts for the future (if your blog allows that). You can delete posts. You can save drafts.  You can tag and categorize. You can upload images. You can edit visually, or you can use HTML or Markdown. You can post to multiple blogs at once.

ScribeFire for Chrome has a simple interface that is so simple even a caveman could use it, and anything you're working on is saved if you close the editor and restored when you come back.  It really is the easiest way to update your blog.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ScribeFire ScribeFire
ID elkkomimknapgodalnkjeddkjnjkfmfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scribefire/elkkomimknapgodalnkjeddkjnjkfmfp
คำอธิบาย An easy-to-use blog editor lets you post to all of your blogs.
ขนาดไฟล์ 938 KB
จำนวนการติดตั้ง 11,001
เวอร์ชันปัจจุบัน 4.3.5
อัปเดตครั้งล่าสุด 2014-07-10
วันที่เผยแพร่ 2014-07-10
คะแนน 3.65/5 รวมทั้งหมด 335 คะแนน
ผู้พัฒนา scribefireinfo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.scribefire.com/
URL หน้าช่วยเหลือ https://code.google.com/p/scribefire-chrome/
ภาษาที่รองรับ id,de,en-US,fr,sw,nl,tr,da,es,it,pl,pt-BR,ro,sv,el,sr,ru,iw,hi,te,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "4.3.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png",
        "128": "skin\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "browser_action": {
        "default_icon": "skin\/icon.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/www.*",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "content_helper.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.scribefire.com\/token.php*"
            ],
            "js": [
                "token_listener.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.scribefire.com\/oauth2*"
            ],
            "js": [
                "wordpress_token_listener.js"
            ]
        },
        {
            "matches": [
                "https:\/\/accounts.google.com\/o\/oauth2\/approval*"
            ],
            "js": [
                "google_token_listener.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.youtube.com; object-src 'self'",
    "short_name": "scribefire",
    "default_locale": "en_US",
    "options_page": "options.html"
}