Write.as for Chrome
Publish a thought in seconds.
Vad är Write.as for Chrome?
Write.as for Chrome är en Chrome-tillägg utvecklad av https://write.as, och dess huvudfunktion är "Publish a thought in seconds.".
Tilläggsskärmbilder
Ladda ner Write.as for Chrome-förlängningens CRX-fil
Ladda ner Write.as for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
| Officiell webbadress | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
| Beskrivning | Publish a thought in seconds. |
| Filstorlek | 124 KB |
| Antal Installationer | 287 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2016-07-07 |
| Publiceringsdatum | 2016-07-06 |
| Betyg | 4.20/5 Totalt 5 Betyg |
| Utvecklare | https://write.as |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://write.as |
| Hjälpsida URL | https://write.as/help |
| URL till Sekretesspolicy Sidan | https://write.as/privacy |
| Stödda Språk | 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\/*"
]
}
} | |