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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Write.as for 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 |
عنوان صفحة المساعدة | https://write.as/help |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |