Write.as for Chrome
Publish a thought in seconds.
Write.as for Chromeとは何ですか?
Write.as for Chromeはhttps://write.asによって開発されたChromeの拡張機能で、その主な機能は「Publish a thought in seconds.」です。
拡張機能のスクリーンショット
Write.as for Chrome拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/*" ] } } |