Unpin

Pinboard.in Unread Checker

ما هو Unpin؟

Unpin هو إضافة Chrome تم تطويرها بواسطة http://www.azulneon.com، والميزة الرئيسية لها هي "Pinboard.in Unread Checker".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Unpin

قم بتنزيل ملفات الامتداد Unpin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Unpin is an easy way to access your unread items in Pinboard.in.

We will support marking items as read as soon as it is supported by the API.

Changes in version 1.0.5.6
- Stopped using user/password for authentication in favor of the new API token.

Changes in version 1.0.5.5

- Improved error handling.

Changes in version 1.0.5.4

- Several bugs fixed

Changes in version 1.0.5.3

- Faster display of the popup menu. All items are already
  cached when the extension is loaded. 

Changes in version 1.0.5.2

- Updated manifest version format

Changes in version 1.0.5

- Added unread count indicator


Changes in version 1.0.4

- Links open in background tabs so that several pages can be open in a fast way.
- Apply Readability when opening a link
- As the Readability bookmarlet is executed as a content script in the linked page the extension now has to ask for extra permissions.                    

معلومات أساسية عن التمديد

الاسم Unpin Unpin
ID glpieeieaeenghbdbmagbmhlilpocgic
عنوان URL الرسمي https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic
الوصف Pinboard.in Unread Checker
حجم الملف 57.6 KB
عدد التثبيتات 15
النسخة الحالية 1.0.5.6
آخر تحديث 2014-12-20
تاريخ النشر 2014-12-20
تقييم 4.33/5 مجموع تقييمات 6
المطور http://www.azulneon.com
نوع الدفع free
موقع الإضافة http://azulneon.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unpin",
    "version": "1.0.5.6",
    "description": "Pinboard.in Unread Checker",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}