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 |
官方網址 | 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\/*" ] } } |