Write.as for Chrome

Publish a thought in seconds.

Write.as for Chrome là gì?

Write.as for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://write.as, và tính năng chính của nó là "Publish a thought in seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Write.as for Chrome

Tải xuống các tệp mở rộng Write.as for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Write.as for Chrome Write.as for Chrome
ID olcmhdfggljfdmcamiicibfkjgdmpllf
URL Chính Thức https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf
Mô tả Publish a thought in seconds.
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2016-07-07
Ngày Phát Hành 2016-07-06
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://write.as
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://write.as
URL Trang Trợ Giúp https://write.as/help
URL Trang Chính Sách Bảo Mật https://write.as/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}