Write.as for Chrome
Publish a thought in seconds.
Was ist Write.as for Chrome?
Write.as for Chrome ist eine Chrome-Erweiterung, die von https://write.as entwickelt wurde, und ihr Hauptmerkmal ist "Publish a thought in seconds.".
Erweiterungsscreenshots
Write.as for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Write.as for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
| Offizielle URL | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
| Beschreibung | Publish a thought in seconds. |
| Dateigröße | 124 KB |
| Installationsanzahl | 287 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2016-07-07 |
| Veröffentlichungsdatum | 2016-07-06 |
| Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
| Entwickler | https://write.as |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://write.as |
| Hilfeseite URL | https://write.as/help |
| URL der Datenschutzrichtlinien-Seite | https://write.as/privacy |
| Unterstützte Sprachen | 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\/*"
]
}
} | |