Write.as for Chrome
Publish a thought in seconds.
Τι είναι το Write.as for Chrome;
Το Write.as for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://write.as, και η κύρια λειτουργία του είναι "Publish a thought in seconds.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Write.as for Chrome
Λήψη αρχείων επέκτασης Write.as for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | olcmhdfggljfdmcamiicibfkjgdmpllf |
| Επίσημο URL | https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf |
| Περιγραφή | Publish a thought in seconds. |
| Μέγεθος Αρχείου | 124 KB |
| Αριθμός Εγκαταστάσεων | 287 |
| Τρέχουσα Έκδοση | 2.0.1 |
| Τελευταία Ενημέρωση | 2016-07-07 |
| Ημερομηνία Δημοσίευσης | 2016-07-06 |
| Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
| Προγραμματιστής | https://write.as |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://write.as |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://write.as/help |
| URL της Σελίδας Πολιτικής Απορρήτου | https://write.as/privacy |
| Υποστηριζόμενες Γλώσσες | 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\/*"
]
}
} | |