Write.as for Chrome

Publish a thought in seconds.

Write.as for Chromeคืออะไร?

Write.as for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://write.as และคุณลักษณะหลักของมันคือ "Publish a thought in seconds."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Write.as for Chrome

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

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

                        Write.as for Chrome lets you publish a thought in seconds — no sign up required.

All posts private by default — only those you send your URL to will see what you've posted. But you can also start a blog in seconds, sync posts you create with the Chrome extension, and easily capture text around the web.

See the full changelog at https://write.as/changelog-paste.html

This extension is open source! Read and report issues or contribute at https://github.com/writeas/paste-chrome                    

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

ชื่อ Write.as for Chrome Write.as for Chrome
ID olcmhdfggljfdmcamiicibfkjgdmpllf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf
คำอธิบาย Publish a thought in seconds.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2016-07-07
วันที่เผยแพร่ 2016-07-06
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://write.as
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://write.as
URL หน้าช่วยเหลือ https://write.as/help
URL หน้านโยบายความเป็นส่วนตัว https://write.as/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Write.as for Chrome",
    "short_name": "Write.as",
    "description": "Publish a thought in seconds.",
    "version": "2.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon76.png"
        },
        "default_popup": "popup.html",
        "default_title": "Publish this"
    },
    "background": {
        "scripts": [
            "context.js",
            "H.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "*:\/\/*.write.as\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.write.as\/*"
        ]
    }
}