简单 QR 生成器
根据当前页面的 URL 生成 QR 码
ما هو 简单 QR 生成器؟
简单 QR 生成器 هو إضافة Chrome تم تطويرها بواسطة https://www.gracecode.com، والميزة الرئيسية لها هي "根据当前页面的 URL 生成 QR 码".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 简单 QR 生成器
قم بتنزيل ملفات الامتداد 简单 QR 生成器 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
根据当前 Tab 窗口 URL 生成 QR 码,支持在移动端打开、扫描分享到微信等。
* Share to WeChat: Use WeChat's Mobile client to scan two-dimensional code sharing page to the micro-channel circle of friends.
* Save QR Image: Drag the image to your desktop(or other location what you want), the image type is PNG.
This is an open source project: https://github.com/feelinglucky/chrome-plugin-simple-qr-generator معلومات أساسية عن التمديد
| الاسم | |
| ID | ajaomcmkalmeeahjfdklkcjbljhbokjl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl |
| الوصف | 根据当前页面的 URL 生成 QR 码 |
| حجم الملف | 41.07 KB |
| عدد التثبيتات | 2,247 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2017-01-01 |
| تاريخ النشر | 2016-12-31 |
| تقييم | 4.54/5 مجموع تقييمات 24 |
| المطور | https://www.gracecode.com |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/feelinglucky/chrome-plugin-simple-qr-generator |
| اللغات المدعومة | en-US,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.1.0",
"default_locale": "zh_CN",
"name": "__MSG_extName__",
"description": "__MSG_extDesp__",
"icons": {
"128": "icon_128.png",
"32": "icon_32.png"
},
"browser_action": {
"default_icon": "icon_32.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |