Clips

Manage your Pocket list with Google Chrome.

ما هو Clips؟

Clips هو إضافة Chrome تم تطويرها بواسطة http://mvilla.it، والميزة الرئيسية لها هي "Manage your Pocket list with Google Chrome.".

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

screenshot
screenshot

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

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

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

                        Clips lets you easily and quickly manage items from your Pocket account.

* View all your unread, archived or favorites links in a clutter-free list
* Preview your saved images directly from Clips popup 
* Archive, favorite, re-add or delete a link with a single click
* Quickly filter your links with a few strokes of the keyboard

This extensions is under active development. More features are coming soon.                    

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

الاسم Clips Clips
ID oajkbeamepngilnlnbdpjgponnghhbki
عنوان URL الرسمي https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki
الوصف Manage your Pocket list with Google Chrome.
حجم الملف 93.95 KB
عدد التثبيتات 60
النسخة الحالية 0.2
آخر تحديث 2013-03-21
تاريخ النشر 2013-03-21
تقييم 3.25/5 مجموع تقييمات 8
المطور http://mvilla.it
نوع الدفع free
موقع الإضافة http://www.mvilla.it
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clips",
    "description": "Manage your Pocket list with Google Chrome.",
    "version": "0.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/popup_icon19.png",
            "38": "img\/popup_icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/getpocket.com\/"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/getpocket.com\/*\/pocketChrome"
            ],
            "js": [
                "js\/redirect.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.0.min.js",
            "js\/background.js"
        ]
    }
}