Write.as for Chrome
Publish a thought in seconds.
Apa itu Write.as for Chrome?
Write.as for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://write.as, dan fitur utamanya adalah "Publish a thought in seconds.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Write.as for Chrome
Unduh file ekstensi Write.as for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Write.as for Chrome |
ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
URL Resmi | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
Deskripsi | Publish a thought in seconds. |
Ukuran File | 124 KB |
Jumlah Instalasi | 287 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2016-07-07 |
Tanggal Publikasi | 2016-07-06 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | https://write.as |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://write.as |
URL Halaman Bantuan | https://write.as/help |
URL Halaman Kebijakan Privasi | https://write.as/privacy |
Bahasa yang Didukung | 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\/*" ] } } |