Browser to Phone(by QRCode)
Let url/text/image from browser to phone by qrcode.
ما هو Browser to Phone(by QRCode)؟
Browser to Phone(by QRCode) هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/zhucai، والميزة الرئيسية لها هي "Let url/text/image from browser to phone by qrcode.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Browser to Phone(by QRCode)
قم بتنزيل ملفات الامتداد Browser to Phone(by QRCode) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It can build QRCode quickly, because it build QRCode at local and doesn't need network. معلومات أساسية عن التمديد
| الاسم | |
| ID | eoigbcfpoheelamphjcmhdpjpgefefoi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi |
| الوصف | Let url/text/image from browser to phone by qrcode. |
| حجم الملف | 53.66 KB |
| عدد التثبيتات | 261 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2013-09-29 |
| تاريخ النشر | 2013-09-29 |
| تقييم | 3.75/5 مجموع تقييمات 4 |
| المطور | https://sites.google.com/site/zhucai |
| نوع الدفع | free |
| اللغات المدعومة | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon38.png",
"default_title": "__MSG_extName__",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extDes__",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"contextMenus",
"tabs"
],
"version": "1.0.1"
} | |