Write.as for Chrome
Publish a thought in seconds.
Что такое Write.as for Chrome?
Write.as for Chrome - это расширение Chrome, разработанное https://write.as, и его основная функция - "Publish a thought in seconds.".
Снимки экрана расширения
Скачать файл CRX расширения Write.as for Chrome
Скачайте файлы расширений 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 |
Электронная почта | [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\/*" ] } } |