Write.as for Chrome

Publish a thought in seconds.

Qu'est-ce que Write.as for Chrome ?

Write.as for Chrome est une extension Chrome développée par https://write.as, et sa fonction principale est "Publish a thought in seconds.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Write.as for Chrome

Téléchargez les fichiers d'extension Write.as for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Write.as for Chrome Write.as for Chrome
ID olcmhdfggljfdmcamiicibfkjgdmpllf
URL Officiel https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf
Description Publish a thought in seconds.
Taille du Fichier 124 KB
Nombre d'Installations 287
Version Actuelle 2.0.1
Dernière Mise à Jour 2016-07-07
Date de Publication 2016-07-06
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://write.as
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://write.as
URL de la Page d'Aide https://write.as/help
URL de la Page de Politique de Confidentialité https://write.as/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}