Write.as for Chrome
Publish a thought in seconds.
Co to jest Write.as for Chrome?
Write.as for Chrome to rozszerzenie Chrome opracowane przez https://write.as, a jego główną funkcją jest „Publish a thought in seconds.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Write.as for Chrome
Pobierz pliki rozszerzeń Write.as for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
| Oficjalny URL | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
| Opis | Publish a thought in seconds. |
| Rozmiar pliku | 124 KB |
| Liczba instalacji | 287 |
| Aktualna Wersja | 2.0.1 |
| Ostatnia Aktualizacja | 2016-07-07 |
| Data Publikacji | 2016-07-06 |
| Ocena | 4.20/5 Łącznie 5 Oceny |
| Deweloper | https://write.as |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://write.as |
| Adres URL Strony Pomocy | https://write.as/help |
| Adres URL Strony Polityki Prywatności | https://write.as/privacy |
| Obsługiwane Języki | 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\/*"
]
}
} | |