Print this page
Adds a print button to the browser.
ما هو Print this page؟
Print this page هو إضافة Chrome تم تطويرها بواسطة https://www.translation-services-usa.com، والميزة الرئيسية لها هي "Adds a print button to the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Print this page
قم بتنزيل ملفات الامتداد Print this page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers. Developed for printing funny translations from: http://www.funnytranslator.com/
معلومات أساسية عن التمديد
الاسم | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
الوصف | Adds a print button to the browser. |
حجم الملف | 4.08 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-08-26 |
تاريخ النشر | 2017-08-25 |
المطور | https://www.translation-services-usa.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print this page", "description": "Adds a print button to the browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |