Write.as for Chrome
Publish a thought in seconds.
What is Write.as for Chrome?
Write.as for Chrome is a Chrome extension developed by https://write.as, and its main feature is "Publish a thought in seconds.".
Extension Screenshots
Download Write.as for Chrome Extension CRX File
Download Write.as for Chrome 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
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
Extension Basic Information
Name | Write.as for Chrome |
ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
Official URL | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
Description | Publish a thought in seconds. |
File Size | 124 KB |
Installation Count | 287 |
Current Version | 2.0.1 |
Last Updated | 2016-07-07 |
Publish Date | 2016-07-06 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://write.as |
[email protected] | |
Payment Type | free |
Extension Website | https://write.as |
Help Page URL | https://write.as/help |
Privacy Policy Page URL | https://write.as/privacy |
Supported Languages | 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\/*" ] } } |