Write.as for Chrome
Publish a thought in seconds.
Cos'è Write.as for Chrome?
Write.as for Chrome è un'estensione di Chrome sviluppata da https://write.as, e la sua funzione principale è "Publish a thought in seconds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Write.as for Chrome
Scarica i file di estensione Write.as for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Write.as for Chrome |
ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
URL Ufficiale | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
Descrizione | Publish a thought in seconds. |
Dimensione del File | 124 KB |
Conteggio Installazioni | 287 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2016-07-07 |
Data di Pubblicazione | 2016-07-06 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://write.as |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://write.as |
URL della Pagina di Aiuto | https://write.as/help |
URL della Pagina della Politica sulla Privacy | https://write.as/privacy |
Lingue Supportate | 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\/*" ] } } |