Pastebin.com
Pastebin Chrome Extension
ما هو Pastebin.com؟
Pastebin.com هو إضافة Chrome تم تطويرها بواسطة https://pastebin.com، والميزة الرئيسية لها هي "Pastebin Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pastebin.com
قم بتنزيل ملفات الامتداد Pastebin.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension you can quickly paste any type of text to the website https://pastebin.com. The extension installs a small icon in your browser. When you highlight any text in Google Chrome and press the 'Pastebin' button, it will automatically paste the selected text into the textarea. When you press submit you will be presented with a unique URL where you can find your pasted text. You can customize the extension via the Options panel.
معلومات أساسية عن التمديد
الاسم | Pastebin.com |
ID | ghipmampnddcpdlppkkamoankmkmcbmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh |
الوصف | Pastebin Chrome Extension |
حجم الملف | 157 KB |
عدد التثبيتات | 56,110 |
النسخة الحالية | 3.0.2 |
آخر تحديث | 2018-05-16 |
تاريخ النشر | 2018-05-16 |
تقييم | 4.20/5 مجموع تقييمات 201 |
المطور | https://pastebin.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pastebin.com |
عنوان صفحة المساعدة | https://pastebin.com/faq |
عنوان صفحة سياسة الخصوصية | https://pastebin.com/doc_privacy_statement |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "48": "images\/icon_48.png" }, "default_popup": "popup.html", "default_title": "Pastebin Chrome Extension" }, "default_locale": "en", "description": "Pastebin Chrome Extension", "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png", "38": "images\/icon_38.png", "19": "images\/icon_19.png", "16": "images\/icon_16.png" }, "manifest_version": 2, "name": "Pastebin.com", "options_page": "options.html", "permissions": [ "https:\/\/pastebin.com\/api\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.2" } |