QuickPin
Add the current tab to your Pinboard's Read Later
ما هو QuickPin؟
QuickPin هو إضافة Chrome تم تطويرها بواسطة https://birchtree.me، والميزة الرئيسية لها هي "Add the current tab to your Pinboard's Read Later".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuickPin
قم بتنزيل ملفات الامتداد QuickPin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder. Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.
معلومات أساسية عن التمديد
الاسم | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
الوصف | Add the current tab to your Pinboard's Read Later |
حجم الملف | 33.69 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-02-19 |
تاريخ النشر | 2016-02-19 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://birchtree.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://birchtree.me/blog/quickpin-chrome/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickPin", "short_name": "A fast, simple extension to save to Pinboard", "description": "Add the current tab to your Pinboard's Read Later", "version": "1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "tabs" ] } |