Write.as for Chrome
Publish a thought in seconds.
Hvad er Write.as for Chrome?
Write.as for Chrome er en Chrome-udvidelse udviklet af https://write.as, og dens hovedfunktion er "Publish a thought in seconds.".
Udvidelsesskærmbilleder
Download Write.as for Chrome-udvidelses-CRX-fil
Download Write.as for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
| Officiel URL | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
| Beskrivelse | Publish a thought in seconds. |
| Filstørrelse | 124 KB |
| Antal Installationer | 287 |
| Nuværende Version | 2.0.1 |
| Senest Opdateret | 2016-07-07 |
| Udgivelsesdato | 2016-07-06 |
| Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
| Udvikler | https://write.as |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://write.as |
| Hjælpeside-URL | https://write.as/help |
| URL til Fortrolighedspolitik Side | https://write.as/privacy |
| Understøttede Sprog | 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\/*"
]
}
} | |