pug.gl
Generate pug.gl links
ما هو pug.gl؟
pug.gl هو إضافة Chrome تم تطويرها بواسطة https://storagepug.com، والميزة الرئيسية لها هي "Generate pug.gl links".
تحميل ملف CRX للإضافة pug.gl
قم بتنزيل ملفات الامتداد pug.gl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Create a shortened URL for the current tab. It copies to your clipboard automatically. معلومات أساسية عن التمديد
| الاسم | |
| ID | gjmcibepakdjpkomklonbkojgokcdnca |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/puggl/gjmcibepakdjpkomklonbkojgokcdnca |
| الوصف | Generate pug.gl links |
| حجم الملف | 38.5 KB |
| عدد التثبيتات | 48 |
| النسخة الحالية | 0.0.1 |
| آخر تحديث | 2017-10-23 |
| تاريخ النشر | 2017-10-23 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://storagepug.com |
| نوع الدفع | free |
| موقع الإضافة | https://pug.gl |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "pug.gl",
"version": "0.0.1",
"manifest_version": 2,
"description": "Generate pug.gl links",
"homepage_url": "https:\/\/pug.gl",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png"
},
"default_title": "pug.gl",
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite",
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
} | |