Pinned means Pinned!
Prevents closing of pinned tab.
ما هو Pinned means Pinned!؟
Pinned means Pinned! هو إضافة Chrome تم تطويرها بواسطة blueCmd، والميزة الرئيسية لها هي "Prevents closing of pinned tab.".
تحميل ملف CRX للإضافة Pinned means Pinned!
قم بتنزيل ملفات الامتداد Pinned means Pinned! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When a pinned tab is closed an identical tab is opened and replaces the current tab. Source: https://github.com/bluecmd/pinned-means-pinned Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab
معلومات أساسية عن التمديد
الاسم | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
الوصف | Prevents closing of pinned tab. |
حجم الملف | 14.04 KB |
عدد التثبيتات | 207 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-04-28 |
تاريخ النشر | 2015-04-28 |
تقييم | 4.90/5 مجموع تقييمات 10 |
المطور | blueCmd |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned means Pinned!", "version": "1.1", "manifest_version": 2, "description": "Prevents closing of pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |